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

