Infio Copilot

v1.0.0Knowledge & Memorystable

A Cursor-inspired AI assistant for Obsidian that offers smart autocomplete and interactive chat with your selected notes

agentautocompletecursormcpobsidian
Share:
666
Stars
0
Downloads
0
Weekly
0/5

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

Enable smart autocomplete in Obsidian with AI assistance. Have interactive chat with your selected notes in Obsidian. Use Cursor-style features for note-taking and knowledge management.
infiolab

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx infio-copilot

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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)
1

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.

2

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.

3

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.

4

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 + K
5

Configure 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.

6

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.

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.

Quick Config Preview

{ "mcpServers": { "infio-copilot": { "command": "npx", "args": ["-y", "infio-copilot"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides