Cognitive Exoskeleton MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_API_KEY | No | API key for the LLM provider | EMPTY |
| LLM_API_BASE | No | OpenAI-compatible API base URL | http://127.0.0.1:8000/v1 |
| LLM_MODEL_NAME | No | Model name to use | hy3 |
| COGNITIVE_DB_PATH | No | SQLite database file path | ./cognitive.db |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ingest_noteA | Extract knowledge entities and relationships from a note or text, and store them in the personal knowledge graph. Accepts either raw text content or a file path to a Markdown/text file. |
| query_mindA | Answer a question using your personal knowledge graph. Retrieves relevant entities and relationships, then uses the LLM to reason over them. Supports shallow (1-hop) and deep (2-hop) retrieval modes. |
| recall_contextA | While you are writing, surface related notes and ideas from your knowledge graph that you may have forgotten. Helps connect current work with past knowledge. |
| discover_connectionsA | Discover hidden, non-obvious connections between knowledge entities from different domains. If a topic is given, finds connections related to that topic. Without a topic, scans the whole graph for cross-domain bridges. |
| detect_blindspotsA | Analyze a topic's coverage in your knowledge graph and identify blindspots, contradictions, and missing perspectives. Helps you understand what you don't know about a subject. |
| analyze_cognitive_topologyA | Analyze the overall structure of your knowledge graph. Generates a 'cognitive portrait' showing knowledge islands, bridge concepts, dense/sparse regions, and recommendations for improving knowledge connectivity. |
| trace_concept_evolutionA | Trace how your understanding of a concept has evolved over time. Shows a timeline of belief changes, key turning points, and what triggered each shift in understanding. |
| spark_serendipityA | Deliberately spark creative inspiration by colliding concepts from two different knowledge domains. Like a digital serendipity engine — find unexpected connections that neither domain has explored alone. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hanjiang-215/cognitive-exoskeleton-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server