dealgo-mcp-server

dealgo-systems/dealgo-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server for DeAlgo CSC — runtime decision firewall for AI agents. Drop into Claude Desktop / Claude Code / Cursor and your agent must consult csc_check before any risky tool call.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dealgo-mcp-server": {
      "command": "uvx",
      "args": [
        "dealgo-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install dealgo-mcp-server