Serversio.github.flsteven87/llm-wiki-mcp
M

io.github.flsteven87/llm-wiki-mcp

io.github.flsteven87/llm-wiki-mcp · v0.1.1
▦ pypi
v0.1.1pypi pypi: llm-wiki-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.flsteven87/llm-wiki-mcp",
  "description": "MCP server for Karpathy-style LLM wikis: persistent markdown your agent grows over time.",
  "repository": {
    "url": "https://github.com/flsteven87/llm-wiki-mcp",
    "source": "github"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "llm-wiki-mcp",
      "version": "0.1.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Absolute path to the wiki root directory. The server reads pages from <wiki-root>/pages/ and appends to <wiki-root>/log.md.",
          "isRequired": true,
          "format": "filepath",
          "type": "named",
          "name": "--wiki-root"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}