Skip to main content

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

  1. Go to app.leeroopedia.com
  2. Create an account or log in
  3. Navigate to Dashboard > API Keys
  4. 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

leeroopedia_mcp-0.1.0.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

leeroopedia_mcp-0.1.0-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

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

Hashes for leeroopedia_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e4365d7716388631093246349d1908a10b300cbac16ac9a7b50549ab78f2de04
MD5 0b7cd4a830ac528c5c56e4952ff20bf1
BLAKE2b-256 46fb8b39a3ce1dbfe7238d9c58dd937418a57ec354730ef95108525e0ec7674b

See more details on using hashes here.

File details

Details for the file leeroopedia_mcp-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for leeroopedia_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fa6b56b1183955973698d0a420678bef0f0a43c6f88626807d08c5498a39a052
MD5 ba5e95c522f2f16069ef1901bac36d40
BLAKE2b-256 cd3296994ce62e79166b57b0bc06fef56e7b65436e87b418ffd87022d5afdb57

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page