Skip to main content
Glama

CodeGraph CLI MCP Server

by Jakedismo
Cargo.toml714 B
[package] name = "codegraph-mcp-daemon" version = "0.1.0" edition = "2021" authors = ["Solita CodeGraph"] license = "Apache-2.0" [lib] path = "src/lib.rs" [dependencies] anyhow = { workspace = true } chrono = { workspace = true } codegraph-mcp-core = { path = "../codegraph-mcp-core" } codegraph-core = { path = "../codegraph-core" } codegraph-mcp = { path = "../codegraph-mcp" } codegraph-parser = { path = "../codegraph-parser", features = ["watcher-experimental"] } glob-match = "0.2" indicatif = { workspace = true } tracing = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true } async-trait = { 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