XKnow Knowledge Base for Cursor
io.github.techreone/xknow-mcp
Search and explore source-backed SEO, SaaS, and LLM-wiki knowledge from the XKnow knowledge base.
client:Cursor
transport:stdio
runtime:npm
Install XKnow Knowledge Base in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"xknow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xknow-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs