@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.
Latest Blog Posts
- 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