Skip to main content
Glama

CodeGraph CLI MCP Server

by Jakedismo
Cargo.toml651 B
[package] name = "codegraph-mcp-tools" version = "0.1.0" edition = "2021" authors = ["Solita CodeGraph"] license = "Apache-2.0" [lib] path = "src/lib.rs" [features] embeddings = [] jina = [] ollama = [] [dependencies] codegraph-core = { path = "../codegraph-core" } codegraph-graph = { path = "../codegraph-graph" } codegraph-vector = { path = "../codegraph-vector" } codegraph-mcp-core = { path = "../codegraph-mcp-core" } serde = { workspace = true } serde_json = { workspace = true } thiserror = { workspace = true } tracing = { workspace = true } parking_lot = { workspace = true } async-trait = { workspace = true } lru = { 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