Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From basemind
Runs a local MCP server that exposes the capabilities of the Basemind platform for AI model evaluation and monitoring. Requires a Basemind API key.
npx claudepluginhub goldziher/basemind --plugin basemindCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"basemind": {
"command": "basemind",
"args": [
"serve"
]
}
}
}Server configuration and connection parameters
basemindCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.