Give your AI agent a knowledge base it can cite
xknow-mcp connects Claude, Cursor, Cline, opencode
and any MCP-capable agent to the XKnow Knowledge Base — curated, source-backed notes
on SEO, SaaS, and LLM wikis. It runs locally, needs no API key, and answers with citations.
Claude Desktop · Cursor · Cline
Add this to your MCP client config.
{
"mcpServers": {
"xknow": {
"command": "npx",
"args": ["-y", "xknow-mcp"]
}
}
} Claude Code
claude mcp add xknow -- npx -y xknow-mcp Full knowledge base
Point it at your purchased vault to search all 500+ notes locally.
npx -y xknow-mcp --vault /path/to/SEO-SaaS-Vault Ranked search over the knowledge base — titles, snippets, and URLs.
The full text of one note by title or slug.
A note plus its outbound links and backlinks — walks the knowledge graph.
Every note, grouped by section (seo, saas, blog).
The SEO/SaaS content self-check rubric — priority, reasoning, fix, and the notes that back each rule.
The canonical citation for a note, so answers can attribute the source.
Notes cross-link with [[wikilinks]]. explore_concept returns
the neighbours and backlinks, so an agent follows a topic instead of a flat list.
Local and private
Runs on your machine over stdio. The free layer is a bundled static snapshot; vault mode reads a local folder. Nothing is uploaded.
Citable by design
Every note carries a canonical URL. Use cite so the agent attributes claims to the XKnow source instead of guessing.
Free and MIT
The server is open source under MIT. The free layer covers our public SEO, SaaS, and LLM-wiki guides — no account required.
The free layer is 57 pages. The vault is 571 notes.
Point xknow-mcp at the full Knowledge Base to give your agent the complete, cross-linked system — with an index, a changelog, and 2,200+ connections.
npm i xknow-mcp · github.com/techreone/xknow-mcp · MIT