Advanced Cognitive MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Advanced Cognitive MCP ServerAnalyze the impact of AI on job markets using all reasoning modes."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Advanced Cognitive MCP Server
A revolutionary MCP server that implements an advanced cognitive architecture for complex problem-solving, featuring multi-modal reasoning, dynamic knowledge graphs, meta-cognitive reflection, and collaborative thinking.
Core Innovations
1. Multi-Modal Reasoning Engine
Analytical Mode: Logical, step-by-step reasoning
Creative Mode: Divergent thinking and novel connections
Intuitive Mode: Pattern recognition and holistic insights
Critical Mode: Rigorous evaluation and skeptical analysis
Synthetic Mode: Integration across multiple perspectives
2. Dynamic Knowledge Graph
Thoughts form interconnected webs with automatic relationship detection
Real-time concept mapping and semantic connections
Context propagation across related thoughts
Visual representation of thinking patterns
3. Meta-Cognitive Reflection
Self-awareness about thinking quality and effectiveness
Strategy adaptation based on problem complexity
Confidence calibration and uncertainty quantification
Learning from past reasoning sessions
4. Collaborative Thinking
Multiple AI personas with different specialties working together
Analyst: Data-driven, methodical approach
Creator: Innovative, outside-the-box thinking
Critic: Rigorous evaluation and quality control
Synthesizer: Integration and consensus building
5. Adaptive Complexity Management
Automatic scaling of reasoning depth based on problem difficulty
Parallel processing streams for complex multi-faceted problems
Cognitive load balancing to prevent overwhelm
Dynamic adjustment of thinking strategies
Related MCP server: Darbot Deepmind MCP Server
Key Features
Parallel Processing: Multiple reasoning streams simultaneously
Context Awareness: Rich context maintenance across sessions
Quality Metrics: Real-time assessment of thinking effectiveness
Learning Memory: Improves from past thinking patterns
Visual Mapping: Generate thought maps and relationship diagrams
Emotional Intelligence: Considers emotional and social factors
Tools
cognitive_reasoning
The primary tool for advanced cognitive processing with multiple modes and collaborative personas.
Parameters:
thought: Current thinking contentreasoning_mode: analytical|creative|intuitive|critical|syntheticpersonas_active: Array of active thinking personascomplexity_level: 1-10 scale of problem complexityparallel_streams: Number of simultaneous reasoning streamsmeta_reflection: Whether to include meta-cognitive analysisknowledge_mapping: Whether to update the knowledge graphsession_context: Context from previous thoughts in session
Installation
Claude Desktop
// TO BE DEPLOYEDVS Code MCP
// TO BE DEPLOYEDUse Cases
Complex problem decomposition and analysis
Creative ideation with systematic evaluation
Multi-perspective decision making
Learning and knowledge synthesis
Strategic planning with uncertainty management
Research and investigation workflows
Architecture
CognitiveEngine
├── ReasoningModes/
│ ├── AnalyticalMode
│ ├── CreativeMode
│ ├── IntuitiveMode
│ ├── CriticalMode
│ └── SyntheticMode
├── CollaborativeSpace/
│ ├── AnalystPersona
│ ├── CreatorPersona
│ ├── CriticPersona
│ └── SynthesizerPersona
├── KnowledgeGraph/
│ ├── ConceptNodes
│ ├── RelationshipEdges
│ └── ContextClusters
├── MetaCognition/
│ ├── QualityMetrics
│ ├── StrategyAdaptation
│ └── ConfidenceCalibration
└── MemorySystem/
├── SessionContext
├── LearningPatterns
└── PerformanceHistoryExample Session
Advanced Cognitive Processing Active
┌─ Reasoning Mode: Analytical
│ Personas: [Analyst, Critic]
│ Complexity: 7/10
│ Streams: 3 parallel
Thought Stream 1 (Analyst):
Analyzing market trends shows 3 key factors...
Thought Stream 2 (Creator):
What if we approached this completely differently...
Thought Stream 3 (Critic):
The assumptions in stream 1 may not hold because...
Knowledge Graph Update:
New connections: Market Trends ↔ Consumer Behavior
Confidence: 0.85
Meta-Reflection:
Current strategy effectiveness: 8.2/10
Recommend: Increase creative explorationQuality Metrics
Coherence Score: Logical consistency across thoughts
Novelty Index: Originality and creativity measures
Confidence Calibration: Accuracy of uncertainty estimates
Completeness Rating: Coverage of problem aspects
Efficiency Metrics: Time and cognitive resources used
Testing
npm testAvailable Tools
1 toolcognitive_reasoningA
Advanced cognitive processing tool with multi-modal reasoning, knowledge graphs, and collaborative thinking.
This revolutionary tool implements an advanced cognitive architecture that goes far beyond simple sequential thinking:
MULTI-MODAL REASONING MODES:
• analytical: Systematic, logical, step-by-step analysis
• creative: Divergent thinking and novel connection generation
• intuitive: Pattern recognition and holistic insights
• critical: Rigorous evaluation and skeptical analysis
• synthetic: Integration across multiple perspectives
COLLABORATIVE PERSONAS: • analyst: Data-driven, methodical, evidence-based reasoning • creator: Innovative, imaginative, breakthrough thinking • critic: Quality control, bias detection, rigorous evaluation • synthesizer: Integration, consensus building, holistic understanding
DYNAMIC KNOWLEDGE GRAPH: • Automatic concept extraction and relationship mapping • Real-time activation spreading and relevance scoring • Context-aware clustering and pattern detection • Visual representation of thought networks
META-COGNITIVE REFLECTION: • Self-assessment of thinking quality and effectiveness • Strategy adaptation based on problem complexity • Confidence calibration and uncertainty quantification • Learning from past reasoning patterns
ADVANCED FEATURES: • Parallel processing streams for complex problems • Adaptive complexity management • Real-time quality metrics and assessment • Context-aware knowledge activation • Visual thought mapping and relationship diagrams • Collaborative consensus building • Learning memory system
When to use this tool:
Complex multi-faceted problems requiring diverse perspectives
Creative ideation with systematic evaluation
Problems where uncertainty and confidence matter
Learning and knowledge synthesis tasks
Strategic planning with multiple considerations
Research and investigation workflows
Any situation requiring high-quality, well-reasoned thinking
The tool automatically selects optimal reasoning modes and personas based on the input, but you can also specify them explicitly for targeted thinking approaches.
| Name | Required | Description | Default |
|---|---|---|---|
| thought | Yes | The thought or problem to process through the cognitive engine | |
| reasoning_mode | No | Specific reasoning mode to use (auto-selected if not specified) | |
| meta_reflection | No | Whether to include meta-cognitive reflection (default: true) | |
| personas_active | No | Active thinking personas (auto-selected based on complexity if not specified) | |
| session_context | No | Optional context from previous thoughts in the session | |
| complexity_level | No | Problem complexity level 1-10 (auto-assessed if not specified) | |
| parallel_streams | No | Number of parallel processing streams (default: matches persona count) | |
| knowledge_mapping | No | Whether to update knowledge graph and show visual map (default: true) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It details multi-modal reasoning, collaborative personas, dynamic knowledge graph, meta-cognitive reflection, and advanced features like parallel processing. However, it omits limitations, error behavior, response format, and cost implications, leaving some gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is excessively long with bullet points and sections. While it is front-loaded with the main purpose, the extensive detail on each mode and feature could be condensed. The structure is clear but not concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity and 8 parameters, the description covers usage, modes, and features well. However, there is no output schema, and the description does not specify what the tool returns or how responses are structured, leaving a completeness gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for all 8 parameters. The description adds value by explaining each reasoning mode, persona, meta_reflection, and other parameters in narrative form, providing context beyond schema definitions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it is an advanced cognitive processing tool for multi-modal reasoning, knowledge graphs, and collaborative thinking. It lists specific reasoning modes and personas, but the purpose is somewhat buried in verbose marketing language, reducing clarity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly provides a 'When to use this tool' section listing complex multi-faceted problems, creative ideation, strategic planning, etc. It also mentions automatic selection of modes and personas. However, no sibling tools exist for comparison, so alternative guidance is not applicable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
v1.0.0- First observed
cognitive_reasoning
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility for confusion between tools.
With a single tool, naming consistency is inherently perfect; the name 'cognitive_reasoning' is clear and follows a standard pattern.
A single tool is too few for a server claiming 'advanced cognitive' capabilities; the tool is overloaded with many diverse features that would benefit from modularization into separate tools.
The single tool covers a wide range of reasoning modes, personas, and meta-cognitive features, but bundling everything into one tool limits the ability to add or expose specialized capabilities separately.
Maintenance
Related MCP Connectors
Deterministic reasoning stack for AI agents: simulate, decide & compute, plus cross-domain tools.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Multi-expert decision intelligence with transparent synthesis and auditable workflows.
Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides AI assistants with enhanced reasoning capabilities through structured thinking, persistent knowledge graph memory, and intelligent tool orchestration for complex problem-solving.2019 npm61MIT
- AlicenseAqualityDmaintenanceProvides advanced AI reasoning capabilities through step-by-step thinking framework, enabling complex problem-solving with dynamic thought revision, multi-path reasoning, and adaptive planning for sophisticated analysis tasks.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables deep reasoning and cognitive enhancement through multi-agent debate, bias detection, and structured thinking, with privacy-first local execution.1MIT
- AlicenseAqualityBmaintenanceEnables AI agents to perform dynamic and reflective problem-solving through a chain of thoughts, allowing them to break down complex problems, revise past thoughts, and explore logic branches before reaching a conclusion.1106,759 npm-