MeshMind
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MESHMIND_HOME | No | Directory for persistent cache (default ~/.meshmind) | |
| MESHMIND_CACHE_MAX | No | Maximum number of cached entries (default 500) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scan_local_codebaseA | Recursively scan a directory and build a dependency graph: files, top-level symbols, import edges, an inferred call graph (with EXTRACTED/INFERRED/AMBIGUOUS confidence), community clustering, and structural analysis (hub/god nodes, import cycles, orphans). Default returns a compact summary; raw=true returns the full JSON map. |
| export_codebase_graphA | Scan a directory and export its dependency graph as either a Mermaid diagram (format='mermaid') or a D3/Obsidian-friendly nodes+edges JSON (format='json'). |
| research_last_30_daysA | Fetch recent community/social signal on a topic from keyless public sources (Hacker News + comment enrichment, Reddit w/ RSS fallback, GitHub, Web, Lobsters, Bluesky, Stack Overflow, Lemmy), filtered to a trailing window. Results are relevance-reranked and deduped. Set compress=true to pipe the result through the token-reduction pipeline. |
| get_optimized_contextA | Reversible token-reduction pipeline. Accepts raw |
| crush_fileA | Shortcut for the common 'this file is too big to read' case: reads a local file and compresses it in one call. With |
| retrieve_contextA | Recover the original, uncompressed text for a |
| context_statsA | Return token-savings stats: |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/AntoniovanDijck/meshmind'
If you have feedback or need assistance with the MCP directory API, please join our Discord server