MCP server for Leeroopedia ML/AI knowledge search
Project description
Leeroopedia MCP Server
MCP server for searching Leeroopedia's curated ML/AI knowledge base.
Quick Start
1. Install
pip install leeroopedia-mcp
2. Get Your API Key
- Go to app.leeroopedia.com
- Create an account or log in
- Navigate to Dashboard > API Keys
- Copy your API key (format:
kpsk_...)
3. Configure Claude Code
Add to your ~/.claude.json or project .mcp.json:
{
"mcpServers": {
"leeroopedia": {
"command": "leeroopedia-mcp",
"env": {
"LEEROOPEDIA_API_KEY": "kpsk_your_key_here"
}
}
}
}
4. Configure Cursor
Add to your Cursor settings (.cursor/mcp.json):
{
"mcpServers": {
"leeroopedia": {
"command": "leeroopedia-mcp",
"env": {
"LEEROOPEDIA_API_KEY": "kpsk_your_key_here"
}
}
}
}
Available Tools
wiki_idea_search
Search for conceptual knowledge:
- Principles: Theoretical concepts, fundamental ideas
- Heuristics: Best practices, rules of thumb
Example: "LoRA fine-tuning principles"
wiki_code_search
Search for implementation knowledge:
- Implementations: Code patterns, API usage, algorithms
- Environments: Setup guides, configuration, dependencies
Example: "PyTorch LoRA implementation"
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
LEEROOPEDIA_API_KEY |
Yes | - | Your Leeroopedia API key |
LEEROOPEDIA_API_URL |
No | https://api.leeroopedia.com |
API endpoint |
Troubleshooting
"LEEROOPEDIA_API_KEY is required"
Set your API key in the MCP config:
{
"mcpServers": {
"leeroopedia": {
"command": "leeroopedia-mcp",
"env": {
"LEEROOPEDIA_API_KEY": "kpsk_..."
}
}
}
}
"Invalid or revoked API key" (401)
Double-check your API key at app.leeroopedia.com. Re-copy if needed.
"Insufficient credits" (402)
Purchase more credits at app.leeroopedia.com.
"Rate limit exceeded" (429)
Wait for the retry period before making more requests.
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file leeroopedia_mcp-0.1.0.tar.gz.
File metadata
- Download URL: leeroopedia_mcp-0.1.0.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4365d7716388631093246349d1908a10b300cbac16ac9a7b50549ab78f2de04
|
|
| MD5 |
0b7cd4a830ac528c5c56e4952ff20bf1
|
|
| BLAKE2b-256 |
46fb8b39a3ce1dbfe7238d9c58dd937418a57ec354730ef95108525e0ec7674b
|
File details
Details for the file leeroopedia_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: leeroopedia_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa6b56b1183955973698d0a420678bef0f0a43c6f88626807d08c5498a39a052
|
|
| MD5 |
ba5e95c522f2f16069ef1901bac36d40
|
|
| BLAKE2b-256 |
cd3296994ce62e79166b57b0bc06fef56e7b65436e87b418ffd87022d5afdb57
|