Skip to content
Cursor

seven dpt mcp for Cursor

io.github.pierreb4/seven-dpt-mcp

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

client:Cursor transport:stdio runtime:npm

Install seven dpt mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "seven-dpt-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "seven-dpt-mcp"
      ],
      "env": {
        "SEVEN_DPT_DB": "<SEVEN_DPT_DB>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

seven dpt mcp in other clients