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
README.md•490 B
# CodeGraph Concurrent (`codegraph-concurrent`)
## Overview
Provides concurrency primitives and structures to ensure safe, high-performance parallel processing.
## Features
- **Graph Primitives**: Thread-safe graph structures for in-memory operations.
- **Queues**: MPMC (Multi-Producer Multi-Consumer) and SPSC (Single-Producer Single-Consumer) channel implementations optimized for the indexing workload.
- **Usage**: heavily used by `codegraph-mcp` during the parallel indexing phase.