Concept Activation Network (CAN) MCP Server
psikosen
README
Concept Activation Network (CAN) MCP Server
The Concept Activation Network (CAN) MCP Server implements a parallel, associative thinking approach using the Model Context Protocol (MCP). Unlike sequential thinking approaches, CAN operates on a network of interconnected concepts with activation spreading in parallel through the network until a coherent pattern or solution emerges.
Key Concepts
Parallel Concept Activation
Traditional AI reasoning often relies on sequential, step-by-step thinking processes. CAN takes a fundamentally different approach:
- Network Structure: Knowledge is represented as a network of interconnected concepts
- Parallel Activation: When prompted, activation energy spreads simultaneously through multiple pathways
- Emergent Patterns: Solutions emerge as stable patterns of highly activated, related concepts
- Non-Linear Exploration: Multiple conceptual paths are explored simultaneously
This approach is inspired by theories of human cognition suggesting that we often think by association rather than pure sequential logic.
Core Components
The CAN system consists of:
- Concept Nodes: Individual units representing concepts, ideas, or elements
- Weighted Connections: Links between concepts with varying strengths
- Activation Dynamics: Algorithms controlling how activation spreads through the network
- Pattern Detection: Methods for identifying emergent structures of activated concepts
Installation
# Clone the repository
git clone https://github.com/psikosen/can-mcp-server.git
cd can-mcp-server
# Install dependencies
npm install
# Start the server
npm start
Configuration in Claude Desktop
To use the CAN MCP Server with Claude Desktop, add the following to your claude_desktop_config.json
:
{
"mcpServers": {
"can": {
"command": "node",
"args": ["yourpath/can-mcp-server/can-server.js"]
}
}
}
MCP Tools
The CAN MCP Server provides the following tools:
Session Management
create_session
: Create a new CAN sessionget_all_sessions
: List all active sessionsdelete_session
: Delete a session
Concept Management
add_concept
: Add a concept to the networkremove_concept
: Remove a concept from the networkadd_connection
: Create a connection between conceptsremove_connection
: Remove a connection between concepts
Activation Process
set_parameters
: Configure activation parametersset_initial_activation
: Set starting activation values for conceptsrun_activation_iteration
: Run a single iteration of activation spreadingrun_until_convergence
: Run multiple iterations until convergence
Analysis
get_top_activated_concepts
: Retrieve the most activated conceptsidentify_emergent_patterns
: Find clusters of related activated conceptsgenerate_summary
: Create a comprehensive summary of the processget_activation_history
: Retrieve the history of activation states
Usage Example
Here's a basic usage flow for CAN-based thinking:
- Create a Session: Initialize a new concept network
- Add Concepts: Define the key concepts relevant to the problem
- Create Connections: Establish relationships between related concepts
- Configure Parameters: Set activation threshold, decay rate, etc.
- Set Initial Activation: Activate concepts corresponding to the query
- Run Activation Process: Let activation spread until convergence
- Identify Patterns: Find emergent patterns representing potential solutions
- Generate Response: Synthesize a response based on the emergent patterns
Using CAN with Claude
When using CAN with Claude, you can structure your prompts following this pattern:
SYSTEM: You are operating as a Concept Activation Network. Instead of thinking sequentially,
you will simulate parallel concept activation bursts across your knowledge graph.
ACTIVATION PARAMETERS:
- Initial concepts: [key concepts from the query]
- Activation threshold: [0.7]
- Max iterations: [5]
- Convergence criteria: [activation change < 0.1]
PROCESS:
1. PROJECT: Map the query to initial concept nodes
2. BURST: Simulate parallel activation spreading (5 most activated concepts per iteration)
3. CONVERGE: Identify emergent patterns and resonances
4. INTEGRATE: Synthesize the stable activation pattern into a coherent response
Begin by identifying the core concepts in the query, then simulate how activation would spread
through your knowledge graph. Report the most strongly activated concept clusters after
convergence before providing your final answer.
This instructs Claude to use the CAN MCP Server as its thinking methodology, resulting in responses that emerge from parallel concept activation rather than linear reasoning.
When to Use CAN vs. Sequential Thinking
CAN is particularly effective for:
- Creative Challenges: When innovative connections are valuable
- Associative Problems: Tasks requiring linking disparate concepts
- Multi-perspective Analysis: When multiple viewpoints should be considered
- Complex Pattern Recognition: Identifying non-obvious relationships
- Intuitive Reasoning: Problems where structured logic is less effective
Sequential thinking may be better for:
- Logical Deduction: Step-by-step reasoning tasks
- Procedural Problems: Well-defined processes with clear steps
- Mathematical Reasoning: Formal proofs and calculations
- Linear Narratives: Creating sequential stories or explanations
Contributing
Contributions to improve the CAN MCP Server are welcome! Please submit a pull request or open an issue to discuss potential improvements.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Recommended Servers
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Mathematica Documentation MCP server
A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
kb-mcp-server
An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded
Research MCP Server
The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.