vir-cli
An LLM Wiki for Claude Code, in your Obsidian vault.
Install vir-cli in your MCP client
vir-cli is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.
- Locate your client's MCP config file.
- Cursor:
~/.cursor/mcp.json - Claude Desktop (macOS):
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.json - VS Code:
Settings → Extensions → MCP - Windsurf:
Settings → MCP Servers
- Cursor:
- Add vir-cli to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing
mcpServersobject. - Restart your client so it picks up the new server.
- Verify — ask the assistant to list available tools; vir-cli's tools should appear.
{
"mcpServers": {
"vir-cli": {
"command": "npx",
"args": [
"-y",
"@djolex999/vir-cli"
]
}
}
}Install vir-cli in Cursor
Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. vir-cli will show up in the assistant's tool list on next launch.
Install vir-cli in Claude Desktop (macOS)
Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). vir-cli will show up in the assistant's tool list on next launch.
Install vir-cli in Claude Desktop (Windows)
Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). vir-cli will show up in the assistant's tool list on next launch.
Install vir-cli in VS Code
Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. vir-cli will show up in the assistant's tool list on next launch.
npm package: @djolex999/vir-cli
Transport
vir-cli supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.
From the vir-cli README
More automate.personal.notes MCP servers
Other Model Context Protocol servers in the same space as vir-cli. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.
genexus-mcp
GeneXus 18 MCP server — read, edit, and analyze GeneXus knowledge base objects (transactions, web panels, procedures, SDTs) directly from Claude, Cursor, and other AI agents over the Model Context Protocol.
enquire-mcp
The most advanced MCP server for Obsidian vaults. Hybrid retrieval (BM25 + TF-IDF + multilingual ML embeddings, RRF-fused) with BGE cross-encoder reranking, HNSW vector index, int8 quantization, late-chunking, HyDE-augmented retrieval, sub-question decomp
knowledge-keeper-mcp
AI Memory & Knowledge Management MCP Server — 32 tools, BM25 R@5=95%, hybrid search (RRF), knowledge graph, analytics, cloud sync, Obsidian compatible. Works with Claude Code, Cursor, Gemini CLI, Windsurf, hermes-agent.
Nouz
Semantic knowledge engine for Obsidian with auto-classification and DAG hierarchy
Sprintra
The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.
obsidian-mcp-server
MCP server for Obsidian vaults — read, write, search, and edit notes via the Local REST API plugin.
obsidian-mcp-server
MCP server for Obsidian vaults — read, write, search, and surgically edit notes, tags, and frontmatter via the Local REST API plugin. STDIO or Streamable HTTP.
vault-mcp-tools
Complete Obsidian vault MCP server. 35 tools: notes, search, graph, tags, canvas.
Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.