mcpbeat Sign in

Seven Dpt MCP Server

local only

Seven Dpt MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 21 Sep 2026.

Feynman's twelve-problems method as an MCP server: dormant problems + an evoke loop for new tricks.

Installs per day peak 155 · avg 27 · -10% w/w
a month agotoday
34
Installs / week
npm · seven-dpt-mcp
0
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

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

    r = subprocess.run([sys.executable, "-c", c["code"] % HERE],
        fp = os.path.join(here, f)
    env = dict(os.environ, ARC_PRIOR_LEDGER=led, INVARIANTS_JSON=outj, STORE_STRICT="1")

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

This one needs environment variables set before it will start: SEVEN_DPT_DB (Optional path to the JSON store (default: ~/.local/share/seven-dpt/store.json)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Seven Dpt MCP

same job, measured the same way
Tekna Events & News
by vortiago

MCP server for Tekna events and news

89 installs/wk local only
Huoshui File Converter
by huoshuiai42

An MCP server that provides document format conversion

26 installs/wk local only
Dynatrace Managed MCP
by dynatrace-oss

MCP server for Dynatrace Managed to access logs, events, and metrics.

681 installs/wk local only
Zabbix API MCP
by shigechika

MCP server for the Zabbix API — daily brief, problems, hosts, items

572 installs/wk local only
Lighthouse MCP
by priyankark

MCP server for Google Lighthouse performance metrics

737 installs/wk local only
X402 Scan MCP
by forgemeshlabs

x402 Endpoint Scanner — a free local health probe for x402 paid endpoints as an MCP server.

36 installs/wk local only
Grpc Invoke MCP
by grulex

MCP server for describing and invoking gRPC methods

30 installs/wk local only
Nifra docs
by nifrajs

Nifra docs, runnable examples, and API types as an MCP server for any AI assistant.

5 tools answering

Seven Dpt MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Seven Dpt MCP?
Seven Dpt MCP 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 seven-dpt-mcp was installed 34 times last week.
How do I connect Seven Dpt MCP?
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 seven-dpt-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Seven Dpt MCP?
The npm package seven-dpt-mcp was installed 34 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Seven Dpt MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 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.