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•417 B
# CodeGraph Cache (`codegraph-cache`)
## Overview
Implements caching strategies to speed up incremental indexing and queries.
## Features
- **Query Cache**: Caches results of expensive graph traversals or vector searches.
- **Invalidation**: Logic to invalidate cache entries when files change (hooked into file watchers in the daemon).
- **Read-ahead**: Experimental features for pre-fetching related graph nodes.