@intangle/mcp-server
v2.3.1
Published
Model Context Protocol server for Intangle - AI context that persists across conversations
Maintainers
Readme
@intangle/mcp-server
Model Context Protocol server for Intangle - Intelligent AI context that persists across conversations.
What is Intangle?
Intangle is an AI context system that gives Claude and other AI assistants persistent, searchable context across all your conversations and isolated spaces. Unlike traditional chat interfaces where context is lost between sessions, Intangle maintains your personal context across isolated spaces, with intelligent storing and retrieval.
Important: You need an Intangle account to use this MCP server. Sign up at intangle.app
Setup
Create an Intangle account at intangle.app and get your API key from Settings → Connect
**Configure Provider Access **
Claude code by running the command below (recommend "-s" user for global across projects):
claude mcp add intangle -s user --env MCP_API_KEY=<your-api-key-here> --env NEXT_APP_URL=https://intangle.app -- npx -y @intangle/mcp-serverStandard MCP (Claude desktop, Cursor): by adding to your claude_desktop_config.json or mcp.json:
{
"mcpServers": {
"intangle": {
"command": "npx",
"args": ["@intangle/mcp-server"],
"env": {
"MCP_API_KEY": "your-api-key-here",
"NEXT_APP_URL": "https://intangle.app"
}
}
}
}Note: The config file location varies by OS:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json- Windows:
%APPDATA%\Claude\claude_desktop_config.json- Linux:
~/.config/Claude/claude_desktop_config.json
- Restart Claude Desktop to load the MCP server
Usage
Once configured, Claude will automatically have access to your Intangle context. You can:
- Store context: "Remember that I prefer TypeScript over JavaScript"
- Search context: "What did we discuss about the authentication system?"
- Organize with spaces: Separate context for personal, work, and different projects
- Tag with topics: Context is automatically tagged and organized
- Access across conversations: All context persists between chat sessions
Available Tools
The MCP server provides these tools to Claude:
add_context- Store new context with topicssearch_context- Search across all your contextget_recent_context- Retrieve recent contextlist_spaces- View available context spacesget_space_info- Get details about a specific spaceget_entities- Extract entities from contextdelete_context- Remove specific context
Features
- Multi-space support: Organize context into separate spaces (personal, work, projects)
- Intelligent search: Combines semantic search with text matching
- Entity extraction: Automatically identifies people, places, and concepts
- Temporal awareness: Tracks when events happened vs when they were recorded
Troubleshooting
If Claude can't access your context:
- Verify your API key is correct
- Check that the MCP server is listed in Claude's tool menu
- Ensure you have an active internet connection
- Try restarting Claude Desktop
Support
- Website: intangle.app
- Issues: github.com/intangle/mcp-server/issues
- Email: [email protected]
License
MIT
