Skip to main content
Glama

CodeGraph CLI MCP Server

by Jakedismo
Cargo.toml801 B
[package] name = "codegraph-mcp-autoagents" version = "0.1.0" edition = "2021" authors = ["Solita CodeGraph"] license = "Apache-2.0" [lib] path = "src/lib.rs" [features] autoagents-experimental = [] autoagents-lats = [] # LATS algorithm support (experimental) [dependencies] codegraph-mcp-core = { path = "../codegraph-mcp-core" } codegraph-mcp-tools = { path = "../codegraph-mcp-tools" } codegraph-ai = { path = "../codegraph-ai" } autoagents = { workspace = true } autoagents-derive = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } async-trait = { workspace = true } tracing = { workspace = true } parking_lot = { workspace = true } futures = { workspace = true } tokio = { workspace = true } schemars = { workspace = true } thiserror = { 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