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.
Recommend MCP Servers 💡
deebo
Autonomous debugging agent MCP server that helps AI coding agents debug by launching automated investigations, speeding up time-to-resolution by 10x
ai-coder-tools
Provides a collection of Model Context Protocol (MCP) server implementations, including tools for Azure DevOps, Git, Kusto, and general search, designed to extend Roo Code capabilities for AI-assisted coding.
Concrete Properties MCP
A Model Context Protocol Server for Reinforced Concrete Section Analysis, enabling AI-driven calculation of section properties and capacities.
shardeum-mcp-server
A Model Context Protocol (MCP) server that provides comprehensive access to the Shardeum blockchain network through standardized RPC methods, enabling AI agents and applications to query and interact with the blockchain.
kswap/consul-mcp
A MCP server enabling AI models to interact with HashiCorp Consul for service discovery and mesh analysis
OpsLevel
OpsLevel is an internal developer portal that acts as an MCP server, providing real-time, unified context from your entire tech stack to power AI assistants and streamline software development.