Git-aware memory store for AI coding agents; memories are anchored to git blob hashes.
claude mcp add robo-cortex -- uvx robo-cortex
claude_desktop_config.json
{
"mcpServers": {
"robo-cortex": {
"command": "uvx",
"args": [
"robo-cortex"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"robo-cortex": {
"command": "uvx",
"args": [
"robo-cortex"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"robo-cortex": {
"command": "uvx",
"args": [
"robo-cortex"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"robo-cortex": {
"type": "stdio",
"command": "uvx",
"args": [
"robo-cortex"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"robo-cortex": {
"command": "uvx",
"args": [
"robo-cortex"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.robotel-limited--robo-cortex/reviews or the review_server meta-tool.
POST /mcp