Local Go daemon that gives AI tools persistent shared workspace state. Context assembly, multi-provider inference routing, hash-chained ledger, MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cogos": {
"command": "go",
"args": [
"run",
"github.com/cogos-dev/cogos@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cogos go run github.com/cogos-dev/cogos@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cogos": {
"command": "go",
"args": [
"run",
"github.com/cogos-dev/cogos@latest"
]
}
}
}
📋 Copy