jotai-mcp-server

jotai-mcp-server

3.4

If you are the rightful owner of jotai-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Jotai MCP Server is a model context protocol server designed to work with Jotai, a state management library for React applications.

Jotai MCP Server

Requirements

  • Deno must be installed.

Config

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

Resources

readme

This is just the readme.md file from the official repository.
You wouldn't usually need this, as it's publicly available.
However, it might be useful for testing purposes.

tips

This is a collection of tips using Jotai atoms.
It's available only to dai-shi's sponsors.