MCP.so
登录

CostAffective-MCP

@okyashgajjar

关于 CostAffective-MCP

Intelligent repository context for AI coding assistants. Provides code search, symbol lookup, call graphs, and reference tracking via MCP. Uniquely designed to minimize prompt-cache costs in long sessions stash/recall/remember tools keep large content out of context until needed,

基本信息

分类

其他

传输方式

stdio

发布者

okyashgajjar

提交者

Yash Gajjar

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "costaffective": {
      "command": "costaffective",
      "args": [
        "serve"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is CostAffective-MCP?

CostAffective-MCP is a local MCP server that optimizes token usage for AI coding agents by providing efficient, token-budgeted access to repository symbols, code, and context. It integrates with any stdio MCP client like Claude Code, Cursor, or Cline, and is designed for developers using AI coding agents in long sessions to reduce prompts and costs.

How to use CostAffective-MCP?

Install via the provided curl script or build from source with Go 1.25+ and a C compiler. Configure your MCP client with the command costaffective and argument serve. The server will automatically index your repository on first access and provide 11 MCP tools for code retrieval, context control, and maintenance.

Key features of CostAffective-MCP

  • Semantic code search by natural language query
  • Symbol definition lookup and full implementation retrieval
  • Finds references and callers for any symbol
  • Persist durable facts

评论

其他 分类下的更多 MCP 服务器