Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From second-claude-code
mmbridge MCP server runs locally as a stdio subprocess via npx. Provides unspecified tools, resources, or prompt templates; purpose unclear from configuration.
npx claudepluginhub unclejobs-ai/second-claude-code --plugin second-claude-codeCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mmbridge": {
"command": "npx",
"args": [
"@mmbridge/mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.