Back to Apps

Cogn Unified MCP
by myselfgus
Advanced AI-powered development assistant featuring 21 specialized tools for reasoning, codebase analysis, and memory.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Cogn is a high-performance MCP server built on Cloudflare Workers that provides a comprehensive suite of AI tools. It excels in strategic reasoning, codebase navigation, and persistent semantic memory, allowing AI agents to maintain state and perform complex architectural analysis across sessions.
Tools
unified_reasoner: Multi-strategy AI reasoning including Beam Search and MCTS.codebase_navigator: Architectural exploration and semantic search of project structures.persistent_memory_engine: Cross-session memory using vector embeddings via Cloudflare Vectorize.github_orchestrator: Deep integration for repository analysis and management.security_guardian: Comprehensive security analysis and compliance auditing.
Installation
Deploy to Cloudflare Workers and connect via SSE:
{
"mcpServers": {
"cogn": {
"command": "npx",
"args": ["mcp-remote", "https://your-worker.workers.dev/sse"]
}
}
}
Supported hosts
- Claude Desktop
- Claude.ai
Quick install
npx mcp-remote https://your-worker.workers.dev/sseInformation
- Pricing
- free
- Published
- 5/21/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
claude-ai
Add the SSE URL https://your-worker.workers.dev/sse to Claude.ai Settings → IntegrationsClaude Desktop
Add to claude_desktop_config.json: { "mcpServers": { "cogn": { "command": "npx", "args": ["mcp-remote", "https://your-worker.workers.dev/sse"] } } }





