Skip to main content
Glama

MCP Ollama Consult Server

by Atomic-Germ
package.json844 B
{ "name": "mcp-ollama-consult", "version": "1.0.0", "description": "MCP server for consulting with Ollama models", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "demo": "node dist/demo-client.js", "dev:demo": "ts-node src/demo-client.ts", "test": "vitest run --reporter default", "test:watch": "vitest", "ci": "npm install && npm run build && npm test" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "axios": "^1.6.0", "zod": "^3.22.0", "js-yaml": "^4.1.0" }, "devDependencies": { "@types/node": "^20.0.0", "ts-node": "^10.9.0", "typescript": "^5.0.0", "vitest": "^1.0.0" }, "keywords": ["mcp", "ollama", "ai", "consultation"], "author": "Atomic-Germ", "license": "MIT" }

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/Atomic-Germ/mcp-consult'

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