Stats
Actions
Tags
From Basemind
Runs a local MCP server launched via a custom shell script, likely wrapping a backend service or tool. Purpose cannot be determined from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"basemind": {
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/mcp-launch.sh",
"args": [
"serve"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/scripts/mcp-launch.shCommand-line arguments passed to the server process
npx claudepluginhub goldziher/basemind --plugin basemind