Skip to content
Cursor

llm wiki mcp for Cursor

io.github.flsteven87/llm-wiki-mcp

MCP server for Karpathy-style LLM wikis: persistent markdown your agent grows over time.

client:Cursor transport:stdio runtime:pypi

Install llm wiki mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "llm-wiki-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "llm-wiki-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

llm wiki mcp in other clients