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.

评论

其他 分类下的更多 MCP 服务器