Back to directory
jotaijs/jotai-mcp-server

jotaijs/jotai-mcp-server

@jotaijs

Jotai MCP Server - 提供Jotai原子状态管理相关信息和资源的MCP服务器

jotaistate-managementmcp-serverdenoatomjavascriptcontext

Installation & Configuration

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

Information

Transport
stdio
Language
JavaScript
Created
2026/6/15
Updated
2026/6/17