PluginBench
MCP Server
Active
Apache-2.0

LeanToken MCP Server

io.github.morluto/leantoken

What is the LeanToken MCP server?

Token-bounded repository context for coding agents over MCP.

How to install LeanToken

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "leantoken": {
      "command": "leantoken",
      "args": [
        "mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "leantoken": {
      "command": "leantoken",
      "args": [
        "mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "leantoken": {
      "command": "leantoken",
      "args": [
        "mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "leantoken": {
      "type": "stdio",
      "command": "leantoken",
      "args": [
        "mcp"
      ]
    }
  }
}
Claude Code
claude mcp add leantoken -- leantoken mcp

Related MCP servers

REA

Active

Reverse engineer anything from your terminal or agent with one CLI and MCP server.

357
TypeScript
MIT
View repository →

Jacobian

Active

Executable mathematics and independent verification for AI agents.

54
Python
MIT
View repository →

Flameox

Active

Local runtime evidence for coding-agent performance and reliability investigations

34
Python
MIT
View repository →

Local-first GitHub contribution research workbench

3
Go
MIT
View repository →