Back to MCP Catalog

Ashra MCP

Developer ToolsTypeScript
A Model Context Protocol server for Developer Tools

About this MCP

Ashra MCP is a TypeScript-based Model Context Protocol server that enables seamless integration between Claude AI assistant and Ashra's AI capabilities. This integration allows Claude users to leverage Ashra's specialized AI features directly within their Claude interface, enhancing the assistant's functionality and providing access to Ashra's unique AI services.

Documentation

Overview

Ashra MCP provides a bridge between Claude AI assistant and Ashra's AI platform through the Model Context Protocol (MCP). This integration enables Claude users to access and utilize Ashra's specialized AI capabilities directly from their Claude interface.

Prerequisites

  • Node.js installed on your system
  • Claude desktop application
  • An Ashra API key

Installation

  1. Clone the repository:

    git clone https://github.com/getrupt/ashra-mcp.git
    cd ashra-mcp
    
  2. Install dependencies:

    yarn
    
  3. Build the project:

    yarn build
    

Configuration

To integrate Ashra MCP with Claude:

  1. Download the latest version of Claude from claude.ai/download

  2. Create or modify the Claude desktop configuration file:

    • Navigate to ~/Library/Application Support/Claude/
    • Create or edit claude_desktop_config.json
    • Add the following configuration:
    {
      "mcpServers": {
        "ashra": {
          "command": "node",
          "args": ["<path/to/ashra-mcp>/build/index.js"],
          "env": {
            "ASHRA_API_KEY": "<YOUR-API-KEY>"
          }
        }
      }
    }
    

    Replace <path/to/ashra-mcp> with the actual path to your cloned repository and <YOUR-API-KEY> with your Ashra API key.

    Note: If you're using nvm and the default Node.js version isn't working, you can specify the full path to your preferred Node.js version:

    "command": "/Users/<user>/.nvm/versions/node/<version>/bin/node",
    

Usage

Once configured, you can access Ashra's capabilities directly through Claude. The MCP server handles the communication between Claude and Ashra's API, allowing you to use Ashra's specialized AI features within your Claude conversations.

Troubleshooting

If you encounter issues with the integration:

  1. Verify your Ashra API key is correct and has the necessary permissions
  2. Check that the path to the build directory is correct in your Claude configuration
  3. Ensure the Node.js version is compatible with the MCP server
  4. Consult the MCP server documentation for additional guidance

For more information about Ashra's capabilities, visit ashra.ai.

Related MCPs

JetBrains MCP Proxy Server
Developer ToolsJavaScript

A Model Context Protocol server for JetBrains IDEs integration

Apache Airflow MCP Server
Developer ToolsPython

Interact with Apache Airflow through the Model Context Protocol

JetBrains MCP Proxy Server
Developer ToolsJavaScript

Connect AI assistants to JetBrains IDEs through the Model Context Protocol

About Model Context Protocol

Model Context Protocol (MCP) allows AI models to access external tools and services, extending their capabilities beyond their training data.

Generate Cursor Documentation

Save time on coding by generating custom documentation and prompts for Cursor IDE.