MCP Server
MCP
robo-cortex
Git-aware memory store for AI coding agents; memories are anchored to git blob hashes.
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
By
Comments
Sign in to leave a comment