Odel
seven dpt mcp

seven dpt mcp

Local
@pierreb4PythonApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmseven-dpt-mcpv0.1.5

Run

npx -y seven-dpt-mcp

MCP client config

{
  "mcpServers": {
    "seven-dpt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "seven-dpt-mcp"
      ]
    }
  }
}