Common Issues
Connection refused or 401 Unauthorized
Connection refused or 401 Unauthorized
No tools showing up
No tools showing up
- Send an
initializerequest first — tools are only available after initialization - Check that your client supports the Streamable HTTP transport (2025-03-26 spec)
- Try the
/v1/mcp/sse/infoendpoint to verify the server is reachable:
Search returns empty results
Search returns empty results
- Semantic search requires conversations/memories to be indexed in the vector database
- New data may take a few minutes to be indexed after creation
- Try broader queries — very specific queries may not match if phrased differently than the original
- Use
get_memoriesorget_conversationswith filters as a fallback
Rate limit errors (429)
Rate limit errors (429)
- The MCP server has per-user rate limits to prevent abuse
- Wait a moment and retry
- Reduce the frequency of tool calls in automated workflows
Locked content errors (-32002)
Locked content errors (-32002)
- Some memories and conversations are behind the paid plan
- Upgrade your plan to access all content
- Locked memories still appear in list/search results with truncated content
Debugging Tools
- MCP Inspector
- curl
- Log Files
Use the MCP inspector to test tools interactively:For local development:
Need Help?
Discord Community
Get help from the community and team
GitHub Issues
Report bugs or request features