Skip to main content
Glama
Jakedismo

CodeGraph CLI MCP Server

by Jakedismo
Cargo.toml1.14 kB
[package] name = "codegraph-mcp-rig" version = "0.1.0" edition = "2021" authors = ["Solita CodeGraph"] license = "Apache-2.0" description = "Rig-based agent backend for CodeGraph MCP server" [lib] path = "src/lib.rs" [features] default = [] rig-experimental = [] # Provider features openai = [] anthropic = [] ollama = [] xai = [] [dependencies] # Rig framework (aliased as 'rig' for cleaner imports) rig = { package = "rig-core", version = "0.27.0" } # Internal shared crates codegraph-core = { path = "../codegraph-core" } codegraph-mcp-core = { path = "../codegraph-mcp-core" } codegraph-mcp-tools = { path = "../codegraph-mcp-tools" } codegraph-ai = { path = "../codegraph-ai" } codegraph-graph = { path = "../codegraph-graph" } # Async runtime tokio = { workspace = true } async-trait = { workspace = true } futures = { workspace = true } # Serialization serde = { workspace = true } serde_json = { workspace = true } schemars = { workspace = true } # Error handling thiserror = { workspace = true } anyhow = { workspace = true } # Logging tracing = { workspace = true } [dev-dependencies] tempfile = { workspace = true }

Latest Blog Posts

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