It brings semantic search, context awareness, and source citations directly into your workflows. 👉 Get started now:
Features
- 🔍 Intelligent Semantic Search – Natural language queries with embeddings
- 💬 Context Management – Keep or clear conversation history
- 📝 Flexible Responses – Markdown or plain text output
- 📚 Source Citations – Reliable references included
- 📊 Balance Monitoring – Track credits in real time
- ⚡ TypeScript Support – Strong typing & IDE hints
Installation
From npm (recommended)
From source
Configuration
1. Get API Key
Create an account and copy your key:2. Environment Variables
Set up.env file:
Configure Claude for Desktop
First, install Claude Code:Then set up your local MCP:
Command Line Usage
List available tools:Error Codes
| Code | Meaning | Fix |
|---|---|---|
| 401 | Unauthorized | Invalid key → Get a new key |
| 429 | Too Many Requests | Slow down or add retry logic |
| 433 | Quota Exceeded | Buy credits / upgrade |
| 500 | Server Error | Try again later |
| 503 | Service Down | Temporary downtime |
Development
Best Practices
- Clear context when switching topics
- Use markdown output for richer UI
- Monitor credits regularly
- Secure your API key with environment variables

