stimulus-docs-mcp-server

pinzonjulian/stimulus-docs-mcp-server

3.3

If you are the rightful owner of stimulus-docs-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.

An MCP server to access up-to-date documentation for Stimulus JS.

The Stimulus Docs MCP Server is an experimental software designed to provide users with the latest documentation for Stimulus JS. It is built using Node.js and TypeScript, and it fetches documentation directly from the official Stimulus GitHub repository. The server is equipped with a caching mechanism to ensure efficient performance and reliability, even when offline. Users can integrate this server with platforms like Claude Desktop and VS Code to access Stimulus documentation seamlessly. The server is still in early development, so users should be aware of potential bugs and changes.

Features

  • Fetches the latest Stimulus documentation from GitHub.
  • Implements a caching strategy for optimal performance.
  • Provides local fallback for offline access.
  • Compatible with Claude Desktop and VS Code.
  • Organizes documentation into Handbook and Reference sections.

Usages

usage with Claude Desktop

{
  "mcpServers": {
    "stimulus-docs": {
      "command": "node",
      "args": ["/path/to/your/stimulus-docs-mcp-server/build/index.js"],
      "env": {}
    }
  }
}

usage with VS Code

{
  "stimulus-docs": {
    "type": "stdio",
    "command": "node",
    "args": [
      "path/to/your/stimulus-docs-mcp-server"
    ]
  }
}

Tools

  1. Handbook

    Includes sections like The Origin of Stimulus, Introduction, and Hello Stimulus Tutorial.

  2. Reference

    Covers topics such as Actions, Controllers, and Lifecycle Callbacks.