From foldkit-skills
foldkit-devtools MCP server running locally as a Node.js subprocess. Provides devtools for Foldkit; specific capabilities unclear from configuration alone.
npx claudepluginhub foldkit/foldkit --plugin foldkit-skillsAdd to your .mcp.json:
{
"mcpServers": {
"foldkit-devtools": {
"command": "node",
"args": [
"packages/devtools-mcp/dist/server.js"
]
}
}
}node