Setup Overview
- One-line setup - Single terminal command
- Works globally - Available in all your projects
- 1 minute setup time
Setup Instructions
Open Intangle web app
Click "External Connections" in the sidebar
Click "Claude Code" tab
Copy the Claude Code CLI command with the copy button on the right
If you selected "globally install" to access Intangle from any new or existing Claude Code session & projects:
Paste and run the command from the previous steps in any terminal / command prompt session - then you're good to go
If you did not select "globally install" (where you want each project to require intangle specifically installed)
Run the same command but you must navigate to the root directory of your project, where you would normally launch Claude Code
That's It!
Claude Code now has access to your Intangle memory!
Verify Your Connection
In your terminal, start Claude Code and ask:
Can you list my Intangle spaces?
If Claude responds with your space names, you're connected!
How to Use It
Just talk naturally in Claude Code:
Saving information:
"claude: Remember that the API endpoint is https://api.example.com/v1"
"claude: Save to my Work space: The deployment process is documented in deploy.md"
"claude: Create a task to refactor the authentication module"
Searching your memory:
"claude: What do I have in Intangle about authentication?"
"claude: Search my work space for deployment procedures"
"claude: Show me my pending tasks
Viewing your spaces:
"claude: What Intangle spaces do I have?"
"claude: List my topics in the Work space"
Troubleshooting
Command not found: claude
Make sure you have Claude Code CLI installed. Install it with:
curl -fsSL https://install.claude.ai/cli | sh
Connection not working
1. Verify your API key is correct (no extra spaces)
2. Check that the command ran without errors
3. Try removing and re-adding:
claude mcp remove intangle -s user
4. Then run the add command again
Want to use a different API key?
Just run the setup command again with the new API key. It will update the existing configuration.
Still stuck?
Contact Support and include:
- The error message you're seeing
- Output of: `claude mcp list`
Next:
