Feature-complete Obsidian vault MCP server with 23 tools and 3 resources. Full-text search, note CRUD, frontmatter queries, tag management, backlinks, graph traversal (BFS up to 5 hops), orphan/broken link detection, and canvas support. Auto-detects vault, path traversal protection, MIT licensed.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y obsidian-mcp-proAgent-CoreX intelligently routes which tools from rps321321/obsidian-mcp-pro your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"obsidian-mcp-pro": {
"command": "npx",
"args": [
"-y",
"obsidian-mcp-pro"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add obsidian-mcp-proAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use rps321321/obsidian-mcp-pro directly without routing
npx -y obsidian-mcp-proNew to Agent-CoreX? View setup guide →