spiderchat-mcp-server
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., "@spiderchat-mcp-serverSearch my Spider Chat flows for machine learning"
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.
Spider Chat MCP Server
Access your Spider Chat flows, memories, and facts from Claude Desktop.
Installation
1. Install
npm install
npm run build2. Get Your API Token
Dashboard → API Tokens
Generate New Token
Copy it
3. Configure Claude Desktop
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Add this (replace the path and token):
{
"mcpServers": {
"spiderchat": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/THIS/FOLDER/dist/index.js"],
"env": {
"SPIDERCHAT_API_TOKEN": "your_token_here",
"SPIDERCHAT_API_URL": "https://nonlinearaichat-production.up.railway.app"
}
}
}
}Get the absolute path:
cd mcp-server && pwd
# Use the output + /dist/index.js4. Restart Claude Desktop
Quit completely and reopen.
Related MCP server: Claude RAG MCP Pipeline
Usage
Ask Claude:
"Search my Spider Chat flows for machine learning""Show me my most important memories""List all my flow groups""Find everything about Python in my Spider Chat"
Troubleshooting
Claude doesn't see it:
Use absolute path (not relative)
Make sure you ran
npm run buildCompletely quit and restart Claude
Authentication failed:
Check your token is correct
Generate a new token from dashboard
Connection error:
No trailing slash in URL:
https://nonlinearaichat-production.up.railway.app
Features
🔍 Search flows, memories, and facts
📁 Browse flow groups
🔒 Read-only access
⚡ Fast semantic search
Requirements
Node.js 18+
Claude Desktop
Spider Chat account
License
MIT
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
- Flicense-qualityBmaintenanceEnables storing and searching personal notes, documents, and snippets using semantic search and RAG capabilities across Claude Desktop, VS Code, and Open WebUI.Last updated1
- Alicense-qualityDmaintenanceEnables Claude Desktop to search and query personal document collections (PDF, Word, Markdown, text) using semantic search and conversational AI with full context preservation across exchanges.Last updatedMIT
- AlicenseAqualityAmaintenanceEnables local semantic search over documents and code for Claude Code and Claude Desktop, running entirely offline with local embeddings and vector storage.Last updated113MIT
- FlicenseAqualityCmaintenanceSupercharges Claude Desktop with persistent semantic memory, sandboxed file I/O, live web search, and local emotional intelligence using a local ChromaDB and Hugging Face model.Last updated6
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Search your knowledge bases from any AI assistant using hybrid RAG.
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/Spider-Chat/spiderchat-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server