Stats
Actions
Tags
From foldkit-skills
foldkit-devtools MCP server running locally as a Node.js subprocess. Provides devtools for Foldkit; specific capabilities unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"foldkit-devtools": {
"command": "node",
"args": [
"packages/devtools-mcp/dist/server.js"
]
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub foldkit/foldkit --plugin foldkit-skills