mcpbeat Sign in

fittok MCP Server

by likhithreddy Your server? Claim it
local only

fittok runs on your own machine — the client starts it, so there is no endpoint to ping. 443 installs a week from pypi. Last commit 25 Aug 2026.

Retrieve only the relevant code for a codebase question, within a token budget.

Installs per day peak 285 · avg 85 · -49% w/w
a month agotoday
443
Installs / week
pypi · fittok
2
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        proc = subprocess.run(
        return any(os.path.exists(os.path.join(cwd, m)) for m in markers)
        mod = __import__(module_name)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fittok -- uvx fittok
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fittok": {
      "args": [
        "fittok"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fittok]
command = "uvx"
args = ["fittok"]
.cursor/mcp.json
{
  "mcpServers": {
    "fittok": {
      "args": [
        "fittok"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fittok": {
      "args": [
        "fittok"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to fittok

same job, measured the same way
repo2graph
by srinivasan-78

Ask a codebase questions and get cited code back, from a tree-sitter graph of the repo.

local only
Agent Booster
by sseshachala

Cut AI agent token costs 5-15x — routes only relevant code symbols instead of full files.

446 installs/wk local only
Contextatlas
by traviswye

Pre-computed atlas of your codebase for Claude Code: LSP + ADRs + git. 45-72% token reduction.

51 installs/wk local only
Delimit — The merge gate for AI-written code
by delimit-ai

The merge gate for AI-written code, with signed, replayable attestation.

2 062 installs/wk local only
MCP Codebase Index
by mikerecognex

Structural codebase indexer with 17 query tools. 87% token reduction. Zero dependencies.

213 installs/wk local only
Agent Cost MCP
by vk0dev

Cost Guard for Claude Code: per-tool ROI, subagent attribution, anomaly/forecast/budget guards.

133 installs/wk local only
Ask Claude
by lykhoyda

Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions

588 installs/wk local only
Vaspera Hardening
by rcolkitt

Enterprise certification for codebases with multi-agent security, reliability, and quality audits

83 installs/wk local only

fittok — questions

Answers built from our own checks of this server.

Why is there no uptime for fittok?
fittok runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package fittok was installed 443 times last week.
How do I connect fittok?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fittok straight from pypi; nothing to host, nothing to sign up for.
How many people use fittok?
The pypi package fittok was installed 443 times in the last week. Week over week that is -49%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is fittok open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.