Skip to main content
Glama

RanchHand

by anteew
package.json604 B
{ "name": "ranchhand-mcp", "version": "0.1.0", "private": false, "type": "module", "description": "RanchHand: OpenAI-compatible MCP server for Ollama and compatible backends.", "scripts": { "start": "node server.mjs", "cli": "node cli.mjs", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0" }, "devDependencies": { "eslint": "^9.37.0", "vitest": "^2.1.3", "@vitest/coverage-v8": "^2.1.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/anteew/RanchHand'

If you have feedback or need assistance with the MCP directory API, please join our Discord server