Back to Catalog
TypeScript
AI Tools
A Model Context Protocol server for Ashra
MCP Trust Score
Based on our comprehensive evaluation criteria
🤖 Evaluated by gemini-2.5-proFix
Trust Score32/100
- • Limited MCP protocol implementation (4/40)
- • Room for improvement in GitHub community
- • Optimal dependency management (20/20)
- • Room for improvement in deployment maturity
- • Documentation (8/8)
- • Archestra MCP Trust score badge is missing
GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:40
👥 Contributors:1
📋 Total Issues:0
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
🤖 Evaluated by gemini-2.5-proFix
{
"ashra-mcp-configured": {
"command": "node",
"args": [
"<path/to/ashra-mcp>/build/index.js"
],
"env": {
"ASHRA_API_KEY": "<YOUR-API-KEY>"
}
}
}MCP Protocol Support
Implemented MCP protocol features
🤖 Evaluated by gemini-2.5-proFix
Tools:✗
Prompts:✗
Resources:✗
Sampling:✗
Roots:✗
Logging:✗
STDIO Transport:✓
HTTP Transport:✗
OAuth2 Auth:✗
Dependencies
4 dependencies
Libraries and frameworks used by this MCP server
🤖 Evaluated by gemini-2.5-proFix
README.md
Ashra MCP
A Model Context Protocol server for Ashra.
Usage
Install dependencies:
yarn
Build the project:
yarn build
Claude Configuration
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/<user>/.nvm/versions/node/<version>/bin/node",
"args": ["<path/to/ashra-mcp>/build/index.js"],
"env": {
"ASHRA_API_KEY": "<YOUR-API-KEY>"
}
}
}
}
Troubleshooting
Consult the MCP server documentation for more information.
Resources
Add Quality Badge
Show your MCP trust score in your README
[](https://archestra.ai/mcp-catalog/getrupt__ashra-mcp)README.md
Ashra MCP
A Model Context Protocol server for Ashra.
Usage
Install dependencies:
yarn
Build the project:
yarn build
Claude Configuration
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/<user>/.nvm/versions/node/<version>/bin/node",
"args": ["<path/to/ashra-mcp>/build/index.js"],
"env": {
"ASHRA_API_KEY": "<YOUR-API-KEY>"
}
}
}
}
Troubleshooting
Consult the MCP server documentation for more information.