Odel
mirror mcp

mirror mcp

Local
@toby15TypeScriptMITUpdated 1y ago

Mirror MCP: Introspection for LLMs

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmirror-mcpv0.0.8

Run

npx -y mirror-mcp

MCP client config

{
  "mcpServers": {
    "mirror-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mirror-mcp"
      ]
    }
  }
}