saige - Super Artificial Intelligence Graph Environment. A unified Go SDK, CLI, and MCP server for streaming AI agents, knowledge graphs, and RAG pipelines, with Ollama, OpenAI, Anthropic, and Google providers behind one interface.
View on GitHub →
🔍 Audit Wallet Slippage →
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": {
"saige": {
"command": "go",
"args": [
"run",
"github.com/urmzd/saige@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add saige go run github.com/urmzd/saige@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"saige": {
"command": "go",
"args": [
"run",
"github.com/urmzd/saige@latest"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"> <h1 align="center">saige</h1> <p align="center"> <strong>Super Artificial Intelligence Graph Environment</strong> <br /> A unified Go SDK for streaming AI agents, knowledge graphs, and RAG pipelines. <br /><br /> <a href="https://pkg.go.dev/github.com/urmzd/saige">Install</a> ·
Tools (6)
agent assistant eval examples knowledge rag
Topics
ai-agents ai-sdk anthropic cli conversation-tree go knowledge-graph llm mcp mcp-server ollama openai postgresql rag rlhf