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
lib.rs•242 B
// ABOUTME: Daemon/watch functionality separated from MCP server runtime
// ABOUTME: Provides daemon types and utilities used by server when enabled
pub mod daemon;
pub use codegraph_mcp::{IndexerConfig, ProjectIndexer};
pub use daemon::*;