Skip to content
VS Code

llm wiki mcp for VS Code

io.github.flsteven87/llm-wiki-mcp

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

client:VS Code transport:stdio runtime:pypi

Install llm wiki mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

llm wiki mcp in other clients