cograph-mcp
v0.1.0
Published
Cograph MCP server — expose knowledge graph tools to AI agents
Maintainers
Readme
cograph-mcp
MCP (Model Context Protocol) server for Cograph. Gives AI agents tools to query and ingest data into your knowledge graphs.
Install / run
No install needed — use npx:
npx -y cograph-mcpClaude Desktop / Cursor / Claude Code
{
"mcpServers": {
"cograph": {
"command": "npx",
"args": ["-y", "cograph-mcp"],
"env": {
"COGRAPH_API_KEY": "your-key",
"COGRAPH_API_URL": "https://api.cograph.cloud"
}
}
}
}Tools exposed
list_knowledge_graphs— list available KGs and descriptionsask— ask a natural language question; returns the answeringest_csv— ingest a CSV file by absolute path into a named KGview_ontology— show types, attributes, relationships across KGs
Environment
COGRAPH_API_KEY— requiredCOGRAPH_API_URL— defaulthttps://api.cograph.cloudCOGRAPH_TENANT— defaultdemo-tenant
Legacy OMNIX_* vars are also accepted.
License
MIT
