A Model Context Protocol server for Ashra
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/<user>/.nvm/versions/node/<version>/bin/node",
"args": ["<path/to/ashra-mcp>/build/index.js"],
"env": {
"ASHRA_API_KEY": "<YOUR-API-KEY>"
}
}
}
}
Consult the MCP server documentation for more information.
An MCP (Model Context Protocol) server for executing macOS terminal commands with ZSH shell. This server provides a secure way to execute shell commands with built-in whitelisting and approval mechanisms.
NHL api client, mcp server, and cli written in Go
Model Context Protocol server for OpenStreetMap data
An MCP server implementation that integrates the Tavily Search API, providing optimized search capabilities for LLMs.