Infio Copilot
A Cursor-inspired AI assistant for Obsidian that offers smart autocomplete and interactive chat with your selected notes
What is Infio Copilot?
Infio Copilot is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to cursor-inspired ai assistant for obsidian that offers smart autocomplete and interactive chat with your selected notes
A Cursor-inspired AI assistant for Obsidian that offers smart autocomplete and interactive chat with your selected notes
This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A Cursor-inspired AI assistant for Obsidian that offers smar
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx infio-copilotConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Infio Copilot
Infio Copilot is a Cursor-inspired AI plugin for Obsidian that brings smart autocomplete, inline editing, vault-wide chat, and semantic search directly into your note-taking workflow. It connects to major LLM providers (OpenAI, Anthropic, DeepSeek, Gemini, Groq, and others) and uses a built-in local embedding model so you can start querying your vault immediately. Unlike generic chatbots, it understands your Obsidian vault structure and lets you select notes as context for focused AI conversations.
Prerequisites
- Obsidian desktop app (latest installer from obsidian.md/download recommended)
- An API key from at least one supported provider: OpenAI, Anthropic, DeepSeek, Gemini, Groq, SiliconFlow, or OpenRouter
- Community plugins enabled in Obsidian settings
- An MCP client if using the MCP integration feature (e.g., Claude Desktop)
Enable Community Plugins in Obsidian
Open Obsidian Settings, navigate to 'Community plugins', disable Safe mode if prompted, and click 'Browse' to open the plugin marketplace.
Install Infio Copilot from the marketplace
Search for 'Infio Copilot' in the community plugin browser, click Install, then toggle the plugin on in the Community plugins list.
Configure your LLM provider API key
Open the Infio Copilot plugin settings and enter your API key for the provider of your choice. The plugin ships with a default local embedding model (bge-micro-v2) so semantic vault search works immediately without additional setup.
Set up hotkeys for fast access
Go to Settings > Hotkeys and search for 'Infio Copilot'. Bind the two most-used actions to your preferred keys.
Infio Copilot: Infio add selection to chat -> Cmd + Shift + L
Infio Copilot: Infio Inline Edit -> Cmd + Shift + KConfigure MCP integrations (optional)
If you want to expose Infio Copilot capabilities to an external MCP client like Claude Desktop, open the MCP section in plugin settings and add the server configuration to your MCP client config file.
Start using Chat, Autocomplete, and Vault Search
Select text in any note and press your chat hotkey to open a context-aware conversation. Autocomplete activates as you type. Use the Vault Chat panel to ask questions across your entire knowledge base using semantic search.
Infio Copilot Examples
Client configuration
Add Infio Copilot MCP server to your Claude Desktop configuration. The plugin must be installed and enabled in Obsidian first.
{
"mcpServers": {
"infio-copilot": {
"command": "npx",
"args": ["infio-copilot"]
}
}
}Prompts to try
Example prompts that work well with Infio Copilot's vault chat and inline editing features.
- "Summarize all my meeting notes from last week"
- "Find notes related to my current project and list open action items"
- "Rewrite this paragraph to be more concise" (with text selected)
- "What connections exist between my notes on machine learning and statistics?"
- "Create a new note outline based on my existing research on topic X"Troubleshooting Infio Copilot
Plugin fails to load or shows a blank panel after installation
Download the latest Obsidian installer from obsidian.md/download, close Obsidian completely, and reinstall. The plugin requires a recent installer version — updating through Settings > General is not always sufficient.
Vault search returns no results or irrelevant matches
The default bge-micro-v2 embedding model needs to index your vault on first run. Allow a few minutes for indexing to complete. For improved accuracy, configure an additional embedding model from SiliconFlow, Alibaba, Google, or OpenAI in plugin settings.
Autocomplete suggestions do not appear while typing
Check that the plugin is enabled and an API key is set in plugin settings. Autocomplete may also be toggled off; look for an enable/disable toggle in the Autocomplete section of Infio Copilot settings.
Frequently Asked Questions about Infio Copilot
What is Infio Copilot?
Infio Copilot is a Model Context Protocol (MCP) server that cursor-inspired ai assistant for obsidian that offers smart autocomplete and interactive chat with your selected notes It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Infio Copilot?
Follow the installation instructions on the Infio Copilot GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Infio Copilot?
Infio Copilot works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Infio Copilot free to use?
Yes, Infio Copilot is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Infio Copilot Alternatives — Similar Knowledge & Memory Servers
Looking for alternatives to Infio Copilot? Here are other popular knowledge & memory servers you can use with Claude, Cursor, and VS Code.
MemPalace
★ 52.6kA local AI memory system that stores all conversations verbatim and organizes them into navigable structures. It provides 19 MCP tools for AI assistants to search and retrieve past decisions, debugging sessions, and architecture debates automatically
Kratos
★ 25.7k🏛️ Memory System for AI Coding Tools - Never explain your codebase again. MCP server with perfect project isolation, 95.8% context accuracy, and the Four Pillars Framework.
Context Mode
★ 15.4kAn MCP server that preserves LLM context by intercepting large data outputs and returning only concise summaries or relevant sections. It enables efficient sandboxed code execution, file processing, and documentation indexing across multiple programm
Memu
★ 13.7kMemory for 24/7 proactive agents like OpenClaw.
MemOS
★ 9.3kMemOS (Memory Operating System) is a memory management operating system designed for AI applications. Its goal is: to enable your AI system to have long-term memory like a human, not only remembering what users have said but also actively invoking, u
Everos
★ 5.4kBuild, evaluate, and integrate long-term memory for self-evolving agents.
Browse More Knowledge & Memory MCP Servers
Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Infio Copilot in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Infio Copilot?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.