Catalog
Seven Dpt MCP
Officialby pierreb4 · JavaScript
Feynman's twelve-problems method as an MCP server: dormant problems + an evoke loop for new tricks.
Feynman's twelve-problems method as an MCP server: dormant problems + an evoke loop for new tricks.
README not available yet.
Install
Configuration
Environment variables
SEVEN_DPT_DBOptional path to the JSON store (default: ~/.local/share/seven-dpt/store.json)
claude_desktop_config.json
{
"mcpServers": {
"seven-dpt-mcp": {
"command": "npx",
"args": [
"-y",
"seven-dpt-mcp@0.1.0"
],
"env": {
"SEVEN_DPT_DB": "<YOUR_SEVEN_DPT_DB>"
}
}
}
}