MCP operations server for Levels of Self - interact with 12 specialized AI agents via an LLM client
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-ops-server": {
"command": "npx",
"args": [
"-y",
"levelsofself/mcp-ops-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-ops-server npx -y levelsofself/mcp-ops-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-ops-server": {
"command": "npx",
"args": [
"-y",
"levelsofself/mcp-ops-server"
]
}
}
}