Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From codingbuddy
Local stdio MCP server launched via 'codingbuddy mcp' command. Runs as a subprocess on the user's machine. Capabilities unclear from configuration alone.
npx claudepluginhub jeremydev87/codingbuddy --plugin codingbuddyCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"codingbuddy": {
"command": "codingbuddy",
"args": [
"mcp"
]
}
}
}Server configuration and connection parameters
codingbuddyCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.