Skip to main content
Glama

CodeGraph CLI MCP Server

by Jakedismo
production.tomlโ€ข396 B
env = "production" [server] host = "0.0.0.0" port = 8080 [rocksdb] path = "/var/lib/codegraph/graph.db" read_only = false [vector] dimension = 384 index = "ivf_flat" [logging] level = "info" [security] require_auth = true allowed_origins = [] rate_limit_per_minute = 3000 # Secrets are expected via encrypted file or environment in production [secrets] openai_api_key = "" jwt_secret = ""

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jakedismo/codegraph-rust'

If you have feedback or need assistance with the MCP directory API, please join our Discord server