mcpbeat Sign in

SkeletIQ MCP Server

local only

SkeletIQ runs on your own machine — the client starts it, so there is no endpoint to ping. 432 installs a week from npm. Last commit 18 Sep 2026.

Hand a released SkeletIQ architecture to a coding agent: brief, build order, drift check.

Installs per day peak 253 · avg 32 · +44% w/w
a month agotoday
432
Installs / week
npm · @skeletiq/mcp
1
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check SkeletIQ every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: SKELETIQ_API_KEY (A SkeletIQ personal API token (starts skq_), created under Settings -> Agent access. Needs the read scope at minimum; add generate to create designs and report to check drift.), SKELETIQ_API_URL (Base URL of the SkeletIQ API. Only needed for self-hosted installs; defaults to the hosted service.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SkeletIQ

same job, measured the same way
Composer
by olivergrabner

Give your AI coding agent an architecture canvas to design and evolve diagrams.

34 installs/wk local only
UXSense Drift
by andrewdraper

Behavioral drift context (Behavioral Load Map, hot paths, release brief) for coding agents, per PR.

answering
Loadbearing
by andypgray

Checks .NET solutions against a fluent C# architecture spec and explains the rules to agents.

local only
Architecture Pattern MCP
by olk

MCP server that provides architecture design expertise to AI coding agents

20 installs/wk local only
Systemdox
by puglieseweb

Your architecture in your agents' context: checks, specs, ADRs and docs over MCP, at write time.

114 installs/wk local only
Amendor
by deslay1

Pull change requests from your Amendor board into your coding agent to build and open PRs.

30 installs/wk 4 tools answering
Prumo
by tomd4vs

Checks the context files a coding agent reads against the git index, and reports what drifted.

79 installs/wk local only
Kenotex MCP
by kenxcomp

Let your coding agent manage real todos, events, and check-in habits in Kenotex on your Mac.

247 installs/wk local only

SkeletIQ — questions

Answers built from our own checks of this server.

Why is there no uptime for SkeletIQ?
SkeletIQ 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 @skeletiq/mcp was installed 432 times last week.
How do I connect SkeletIQ?
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 @skeletiq/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use SkeletIQ?
The npm package @skeletiq/mcp was installed 432 times in the last week. Week over week that is +44%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SkeletIQ open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.