Back to search
30
MCP

@fosterg4/mcpsaver

npm/@fosterg4/mcpsaver

MCP server for optimizing code references and reducing token usage through smart caching and AST parsing

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

jcodemunch-mcp
Token-efficient MCP server for source code exploration via tree-sitter AST parsing
0 tools
repomap-mcp-server
MCP server for RepoMap — code intelligence via AST-based repository analysis
0 tools
code-understanding-mcp-server
MCP server for code understanding and context generation
0 tools
src-mcp
MCP server for semantic code search and codebase analysis — Treesitter parsing, AST extraction, and embedding-based indexing for any LLM tha
0 tools
acemcp-fast
MCP server for codebase indexing and semantic search with multi-encoding support and .gitignore integration
0 tools
mcp-code-indexer
MCP server that tracks file descriptions across codebases, enabling AI agents to efficiently navigate and understand code through searchable
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@fosterg4/mcpsaver": {
      "url": "None",
      "transport": "http"
    }
  }
}