Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From eforge
Local stdio MCP proxy server run via npx eforge mcp-proxy command. Provides proxy capabilities for eforge; specific tools, resources, or services unclear from configuration alone.
npx claudepluginhub eforge-build/eforge --plugin eforgeCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"eforge": {
"command": "npx",
"args": [
"-y",
"eforge",
"mcp-proxy"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.