MCP Hub
Back to servers

Jotai Documentation

Provides direct access to Jotai state management documentation, including the official README and exclusive implementation tips for developers.

Stars
29
Forks
1
Updated
Apr 14, 2025
Validated
Jan 11, 2026

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.

Reviews

No reviews yet

Sign in to write a review