← Back to Plugins
MCP Server MCP

robo-cortex

github By github 👁 1 views ▲ 0 votes

Git-aware memory store for AI coding agents; memories are anchored to git blob hashes.

Homepage Verified source GitHub

Install

uvx robo-cortex

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "robo-cortex",
      "version": "0.4.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Installs the optional MCP SDK dependency alongside robo-cortex",
          "value": "mcp>=1.28",
          "type": "named",
          "name": "--with"
        }
      ],
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...