Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From mymir
Connects to a local HTTP endpoint (http://localhost:3000/api/mcp). Purpose unclear from configuration alone — likely a local development or custom MCP server.
npx claudepluginhub frkak/mymir --plugin mymirCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mymir-local": {
"type": "http",
"url": "http://localhost:3000/api/mcp"
}
}
}Server configuration and connection parameters
http://localhost:3000/api/mcpShare bugs, ideas, or general feedback.