Skip to main content
Glama

CodeGraph CLI MCP Server

by Jakedismo
mod.rsโ€ข729 B
pub mod handlers; use utoipa::OpenApi; #[derive(OpenApi)] #[openapi( paths( handlers::post_index, handlers::get_search, handlers::get_node, handlers::get_neighbors, ), components( schemas( handlers::IndexRequest, handlers::IndexResponse, handlers::SearchRequest, handlers::SearchItem, handlers::SearchResponse, handlers::NodeResponse, handlers::NeighborsRequest, handlers::NeighborItem, handlers::NeighborsResponse, handlers::LocationDto, ) ), tags( (name = "v1", description = "CodeGraph REST API v1") ) )] pub struct ApiDoc;

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