MCP.so
ログイン

LimeAI MCP Server (Python)

@liuwenlonghub

LimeAI MCP Server (Python) について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

liuwenlonghub

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "limeai-mcp-server": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is LimeAI MCP Server (Python)?

A Python-based MCP server that integrates with the LimeAI platform (www.limeai.net). It requires Python 3.10 or higher and uses uv for dependency management. The server is configured via a LimeAI access token and can be used with MCP-compatible clients like Cursor.

How to use LimeAI MCP Server (Python)?

Install uv, clone the official repository, create and activate a virtual environment, then install dependencies with uv add "mcp[cli]" httpx. Obtain a LimeAI access token from your LimeAI account profile. Configure the server in Cursor (or similar MCP clients) by adding a JSON entry with the command uv --directory {YOUR_PATH}/limeai-mcp-server/ run main.py and setting the LIMEAI_ACCESS_TOKEN environment variable.

Key features of LimeAI MCP Server (Python)

  • Integrates with the LimeAI platform via MCP protocol.
  • Requires Python 3.10 or later.
  • Uses uv for fast and reliable package management.
  • Authenticates using a LimeAI access token.
  • Easily configurable in Cursor and other MCP clients.

Use cases of LimeAI MCP Server (Python)

FAQ from LimeAI MCP Server (Python)

コメント

「その他」の他のコンテンツ