A Model Context Protocol server for Ashra. Install dependencies: Build the project: Download the latest version of Claude. Add to or create the following file claudedesktopconfig.json in cd ~/Library/Application\ Support/Claude: Consult the MCP server documentation for more information.
Add this skill
npx mdskills install getrupt/ashra-mcpProvides basic setup instructions but lacks tool descriptions and capability documentation
A Model Context Protocol server for Ashra.
Install dependencies:
yarn
Build the project:
yarn build
Download the latest version of Claude.
Add to or create the following file claude_desktop_config.json in cd ~/Library/Application\ Support/Claude:
{
"mcpServers": {
"ashra": {
"command": "node",
// OR if you're using nvm and the version picked is not preferred/working
// "command": "/Users//.nvm/versions/node//bin/node",
"args": ["/build/index.js"],
"env": {
"ASHRA_API_KEY": ""
}
}
}
}
Consult the MCP server documentation for more information.
Install via CLI
npx mdskills install getrupt/ashra-mcpAshra MCP is a free, open-source AI agent skill. A Model Context Protocol server for Ashra. Install dependencies: Build the project: Download the latest version of Claude. Add to or create the following file claudedesktopconfig.json in cd ~/Library/Application\ Support/Claude: Consult the MCP server documentation for more information.
Install Ashra MCP with a single command:
npx mdskills install getrupt/ashra-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Ashra MCP works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.