PluginBench
MCP Server
Active
MIT

Moxie Docs MCP Server

io.github.Jackalope-Dev/moxie-docs

What is the Moxie Docs MCP server?

Living docs and MCP context for GitHub repos — conventions, gaps, and source-cited pages on merge.

How to install Moxie Docs

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "moxie-docs": {
      "url": "https://moxiedocs.com/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "moxie-docs": {
      "serverUrl": "https://moxiedocs.com/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "moxie-docs": {
      "type": "http",
      "url": "https://moxiedocs.com/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "moxie-docs": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://moxiedocs.com/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http moxie-docs https://moxiedocs.com/api/mcp

Related MCP servers

Search, browse, and submit MCP servers to the AllMCPs.com directory.

3
JavaScript
MIT
View repository →