AgentHubAgentHub

token-savior

MCP ServerMCP Registry官方收录

io.github.Mibayy/token-savior · v0.9.1

Structural codebase MCP server — navigate and edit code by symbol name, not raw text.

概览

token-savior 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "token-savior": {
      "command": "uvx",
      "args": [
        "token-savior"
      ],
      "env": {
        "WORKSPACE_ROOTS": "<WORKSPACE_ROOTS>"
      }
    }
  }
}

环境变量

WORKSPACE_ROOTS必填

Comma-separated list of absolute paths to project roots to index.

TOKEN_SAVIOR_CLIENT可选

Optional client identifier (e.g. 'claude-code', 'cursor', 'hermes') for usage attribution.

相关资源

统一 Manifest

{
  "id": "io.github.Mibayy/token-savior",
  "type": "mcp-server",
  "version": "0.9.1",
  "displayName": "token-savior",
  "description": "Structural codebase MCP server — navigate and edit code by symbol name, not raw text.",
  "repository": {
    "url": "https://github.com/Mibayy/token-savior",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "token-savior",
        "version": "0.9.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "WORKSPACE_ROOTS",
            "description": "Comma-separated list of absolute paths to project roots to index.",
            "isRequired": true
          },
          {
            "name": "TOKEN_SAVIOR_CLIENT",
            "description": "Optional client identifier (e.g. 'claude-code', 'cursor', 'hermes') for usage attribution."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Mibayy/token-savior",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Mibayy%2Ftoken-savior/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
token-savior — MCP Server 安装与配置 · AgentHub