★ 0 stars
JavaScript
🤖 AI/LLM
Updated today
MCP server for AgentMinds — cross-site collective intelligence for production AI agents. Drop in to Claude Code, Cursor, Zed: push agent reports, pull personalised recommendations from the network.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"agentmindsdev/mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server npx -y agentmindsdev/mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"agentmindsdev/mcp-server"
]
}
}
}
📋 Copy
Topics
agent-monitoring agentminds ai-agents arp claude-code collective-intelligence cursor llm-observability mcp mcp-server model-context-protocol