Skip to content
Claude Desktop

agent wiki for Claude Desktop

com.getagentwiki/agent-wiki

Hosted markdown project wikis your team's AI assistants read, search, and update over MCP.

client:Claude Desktop transport:streamable-http

Install agent wiki in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agent-wiki": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://getagentwiki.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

agent wiki in other clients