seven dpt mcp for Grok
io.github.pierreb4/seven-dpt-mcp
Feynman's twelve-problems method as an MCP server: dormant problems + an evoke loop for new tricks.
client:Grok
transport:stdio
runtime:npm
Install seven dpt mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"seven-dpt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"seven-dpt-mcp"
],
"env": {
"SEVEN_DPT_DB": "<SEVEN_DPT_DB>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs