← Back to Plugins
MCP Server MCP

rag-rat

github By github 👁 1 views ▲ 0 votes

Repository intelligence, code graph, history, papertrail, and cross-agent memory for coding agents.

Homepage Verified source GitHub

Install

npx -y @rag-rat/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@rag-rat/bin",
      "version": "0.23.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-y",
          "type": "positional"
        }
      ],
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...