
Five high-graded MCP servers for building autonomous agents: orchestration (Claude Flow), memory (mneme), browser control (Browser Use), web scraping (Scrapling), and live monitoring (Netdata).
Servers 6
The whole stack, one paste
Every server in this stack as a single mcpServers block.
{
"mcpServers": {
"browser_use": {
"command": "uvx",
"args": [
"browser-use"
]
},
"mneme": {
"command": "npx",
"args": [
"-y",
"mneme-mcp-server"
]
},
"mcp_server": {
"command": "npx",
"args": [
"-y",
"mcp-server"
]
},
"Scrapling": {
"command": "uvx",
"args": [
"scrapling"
]
},
"claude_flow": {
"command": "npx",
"args": [
"-y",
"claude-flow"
]
},
"tcg": {
"command": "uvx",
"args": [
"tcg-mcp"
]
}
}
}socketcat.com/stacks/ocnu/agent-builder-toolkit




