cpso-mcp-server
Verified Safeby w2112515
Overview
Enterprise-grade recursive multi-agent orchestration framework for strategic planning and decision support, leveraging large language models for complex business processes.
Installation
uvicorn api.index:app --host 0.0.0.0 --port 9000Environment Variables
- ANTHROPIC_API_KEY
- OPENAI_API_KEY
- REDIS_URL
- CHROMADB_PATH
- DEEPSEEK_MODEL_NAME
- CLAUDE_SONNET_MODEL_NAME
- CLAUDE_HAIKU_MODEL_NAME
- MAX_ITERATIONS
- TOKEN_BUDGET_USD
- TOKEN_BUDGET_CLAUDE
- LOG_LEVEL
Security Notes
No 'eval' or malicious patterns found. API keys are handled via environment variables. The server uses a broad CORS policy (allow_origins=['*']), which is common for public APIs but could be tightened depending on deployment context. External web searches (DuckDuckGo) are performed, which is an expected function but relies on external services.
Similar Servers
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-python-starter
A feature-complete Model Context Protocol (MCP) server template in Python for developing AI applications and agents.
atlantis-mcp-server
An MCP (Model Context Protocol) server for hosting and managing dynamic Python functions and third-party MCP tools, enabling AI agents to discover and utilize shared capabilities across a network.
mcp-http-agent-md
This server acts as a central hub for AI agents, managing project knowledge (AGENTS.md), structured tasks, version history, and ephemeral scratchpads, with capabilities to spawn context-isolated subagents for focused tasks.