mcpbeat Sign in

Limps MCP Server

by paulbreuler Your server? Claim it
local only

Limps runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from npm. Last commit 17 Feb 2026.

MCP planning server for AI agents — plan management, full-text search, and task lifecycle

Installs per day peak 48 · avg 10 · +156% w/w
a month agotoday
82
Installs / week
npm · @sudosandwich/limps
10
Stars
11 open issues
17 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 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.

Runs a command on install [пакет] package.json:1
postinstall: node postinstall/postinstall.cjs
File ships in the package but is absent from the source [пакет] postinstall/postinstall.cjs:1
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable packages/limps-headless/src/cache/storage.ts:68
  return path.join(dir, fileName);

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 limps -- npx -y @sudosandwich/limps
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "limps": {
      "args": [
        "-y",
        "@sudosandwich/limps"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.limps]
command = "npx"
args = ["-y", "@sudosandwich/limps"]
.cursor/mcp.json
{
  "mcpServers": {
    "limps": {
      "args": [
        "-y",
        "@sudosandwich/limps"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "limps": {
      "args": [
        "-y",
        "@sudosandwich/limps"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Limps

same job, measured the same way
Ainative Gtm MCP
by ainative-studio

Full Google Ads, Analytics & Tag Manager lifecycle MCP for AI agents — 57 tools.

105 installs/wk local only
Fizzy
by davegomez

MCP server for Fizzy task management

39 installs/wk local only
Tasks Example
by alpic-tasks-example-ca49f0f6

A test MCP server for task management

2 tools answering
MCP Shorturl
by acedatacloud

MCP server for URL shortening and management

524 installs/wk answering
Omnicord
by orygnscode

Discord server management MCP for AI agents: chat, moderation, admin, and full server building.

71 installs/wk local only
Linear
by linear

MCP server for Linear project management and issue tracking

answering
I
NetLicensing MCP Server
by labs64

Labs64 NetLicensing MCP server for AI-driven software license lifecycle management.

357 installs/wk local only
Spotify
by markswendsen-code

MCP server for Spotify - let AI agents control playback, search music, and manage playlists

30 installs/wk local only

Limps — questions

Answers built from our own checks of this server.

Why is there no uptime for Limps?
Limps 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 npm package @sudosandwich/limps was installed 82 times last week.
How do I connect Limps?
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 @sudosandwich/limps straight from npm; nothing to host, nothing to sign up for.
How many people use Limps?
The npm package @sudosandwich/limps was installed 82 times in the last week. Week over week that is +156%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Limps open source?
Yes — it is published under the MIT licence, written in TypeScript, 10 stars on GitHub and 11 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.