Semantic Pages
Freeby MCP Community
Semantic search + knowledge graph MCP server for markdown vaults. Claude Code plugin with auto-wiring for .claude/.vault and read-only .documentation companion
v0.6.0Added Apr 12, 2026
mcpmodel-context-protocolsemantic-searchknowledge-graphmarkdown
Semantic Pages MCP Server
Semantic search + knowledge graph MCP server for markdown vaults. Claude Code plugin with auto-wiring for .claude/.vault and read-only .documentation companion
Installation
npx -y @theglitchking/semantic-pages
Reviews
Installation
Quick install
npx -y @theglitchking/semantic-pages
Add to claude_desktop_config.json
{
"mcpServers": {
"semantic-pages": {
"command": "npx",
"args": ["-y", "@theglitchking/semantic-pages"]
}
}
}