cogito-reflex-mcp-server

Daness2Baab/cogito-reflex-mcp-server
★ 0 stars Python AI/LLM Updated 6d ago
MCP server for Cogito-Reflex MaaS — Model Context Protocol endpoint enabling autonomous AI agents to access cognitive regulation sessions via x402 tokenized payment on Base L2.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cogito-reflex-mcp-se": {
      "command": "uvx",
      "args": [
        "cogito-reflex-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install cogito-reflex-mcp-server