MCP server for Leeroopedia ML/AI knowledge search
Project description
Leeroopedia MCP Server
Give your AI coding agent access to curated ML/AI knowledge.
What is Leeroopedia?
Your ML & Data Knowledge Wiki. Learnt by AI, built by AI, for AI. A centralized playbook of best practices and expert-level knowledge for Machine Learning and Data domains.
Browse the full knowledge base at leeroopedia.com. Apply for early beta access.
This MCP server lets AI coding agents (Claude Code, Cursor) search that knowledge base directly while they work — no copy-pasting needed.
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"
}
}
}
}
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.
Contributing
We welcome contributions! Please see our Contributing Guide for details on how to get started.
This project follows our Code of Conduct.
License
This project is licensed under the MIT License.
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.1.tar.gz.
File metadata
- Download URL: leeroopedia_mcp-0.1.1.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
773bcb2fc8d3df675c169609e2b9f0c9fbb866b0e0fd40e07e3624e8fea68064
|
|
| MD5 |
6dbf75c73c22d15dae9eaa0ad19aafa3
|
|
| BLAKE2b-256 |
b2e2eca7a43181462a405c8084489224b7775273ed26cd4fd7b1e85f2771ec49
|
File details
Details for the file leeroopedia_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: leeroopedia_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.4 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 |
ffc421aa34df67ed11eb93848e5a24899a1b745b1ade49ffb8226badb26efe0f
|
|
| MD5 |
d25c7269f0618c0fcbc0f8e25a17ce94
|
|
| BLAKE2b-256 |
8188431d5c6efa8c35fc8ad6b1b1d246ab47c562ff54833892ce0e3dff6cc47d
|