MCP.so
ログイン

Jotai MCP Server

@jotaijs

Jotai MCP Server について

Jotai MCP Server

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

jotaijs

設定

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

{
  "mcpServers": {
    "jotai-mcp-server": {
      "command": "deno",
      "args": [
        "run",
        "--allow-env",
        "--allow-net",
        "npm:jotai-mcp-server"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your_github_token"
      }
    }
  }
}

ツール

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

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

概要

What is Jotai MCP Server?

Jotai MCP Server is a Model Context Protocol server that provides access to the official readme of the Jotai repository and a collection of Jotai tips. It requires Deno and a GitHub personal access token.

How to use Jotai MCP Server?

Configure the server in your MCP client with the command deno run --allow-env --allow-net npm:jotai-mcp-server and set the GITHUB_PERSONAL_ACCESS_TOKEN environment variable.

Key features of Jotai MCP Server

  • Exposes the official Jotai readme.md as a resource
  • Offers a sponsor-only collection of Jotai tips
  • Runs on Deno with minimal permissions
  • Uses GitHub token for authentication
  • Simple configuration via MCP settings

Use cases of Jotai MCP Server

  • Testing MCP resource retrieval using the public readme
  • Gaining access to exclusive Jotai tips for sponsors
  • Integrating Jotai documentation into an MCP‑enabled tool

FAQ from Jotai MCP Server

What resources does Jotai MCP Server provide?

It provides two resources: the official readme.md from the Jotai repository, and a tips collection available only to dai‑shi’s sponsors.

Do I need a GitHub token to use it?

Yes, a GITHUB_PERSONAL_ACCESS_TOKEN is required in the environment configuration.

Is the tips resource available to everyone?

No, the tips resource is only available to dai‑shi’s sponsors.

What runtime is required?

Deno must be installed.

How is the server started?

It is started via deno run --allow-env --allow-net npm:jotai-mcp-server.

コメント

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