@chaosintelligence/mcp
OfficialClick on "Install 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., "@@chaosintelligence/mcplist my recent thoughts"
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.
@chaosintelligence/mcp
MCP server for Chaos Intelligence — access your Capture thoughts and Resonate posts from Claude, Cursor, and other AI tools.
Quick Start
Claude Code (Plugin)
Browse plugins → Add marketplace from GitHub → Chaos-Intelligence-Inc/chaos-mcp-server
You'll be prompted to set your CHAOS_API_KEY.
Claude Code (Manual)
Add to your project's .mcp.json:
{
"mcpServers": {
"chaos": {
"command": "npx",
"args": ["-y", "@chaosintelligence/mcp"],
"env": {
"CHAOS_API_KEY": "chaos_your_key_here"
}
}
}
}Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"chaos": {
"command": "npx",
"args": ["-y", "@chaosintelligence/mcp"],
"env": {
"CHAOS_API_KEY": "chaos_your_key_here"
}
}
}
}Related MCP server: contextium-mcp-server
Getting an API Key
Sign up at chaosintelligence.com
Subscribe to Level 1
Go to Settings → API Keys and generate a key
Your key will look like
chaos_followed by 32 characters
Available Tools
Capture (Thoughts)
Tool | Description |
| List thoughts with filters (stream, category, date, search) |
| Get a thought by ID with all content blocks |
| Semantic search for similar thoughts |
| Semantic search with structured filters |
| List streams (folders for organizing thoughts) |
| Get a stream with its thoughts |
| Search streams by name/description |
| Summary statistics for your thoughts |
| Quick access to recent thoughts |
| Capture a new thought (text, images, links) |
Pages
Tool | Description |
| List generated pages with filters |
| Get a page with full content |
| Edit a page's title, content, or description |
| Search pages by title or content |
Resonate (Posts)
Tool | Description |
| Semantic search for public posts |
| Browse posts with filters and sorting |
| Get post details with votes and reactions |
| Demographic voting breakdown |
| Trending topics with heat scores |
| Your voting history |
| Performance data for your posts |
Utility
Tool | Description |
| API usage stats and rate limits |
| Available reaction types |
| Thought classification types |
| Available categories |
Development
git clone https://github.com/Chaos-Intelligence-Inc/chaos-mcp-server.git
cd chaos-mcp-server
npm install --ignore-scripts
npm run buildTest with the MCP Inspector:
CHAOS_API_KEY=chaos_yourkey npx @modelcontextprotocol/inspector node dist/index.jsLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for the cosmos exocortex from Polarity Lab. Read and write your personal knowledge graph from any LLM client.Last updated113013MIT
- AlicenseBqualityBmaintenanceMCP server for Contextium — pipe team SOPs, coding standards, agents, skills, and workflows directly into Claude, Cursor, and other AI coding assistants.Last updated67MIT
- Alicense-qualityBmaintenanceMCP server for AI agents to read, write, and organize notes in a local-first, human-in-the-loop note-taking app.Last updated181MIT
- Flicense-qualityAmaintenanceCentral MCP server for storing and querying lessons learned and project-specific implementation details, compatible with MCP-capable AI clients like Cursor, Claude Code, and Google Antigravity.Last updated
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Official remote MCP server for Archivist AI TTRPG campaign memory: characters, sessions, and more.
Cross-AI personal memory. Save once in ChatGPT, recall in Claude, Mistral, Grok, or any MCP client.
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/Chaos-Intelligence-Inc/chaos-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server