Ollama MCP Server

{ "name": "@rawveg/ollama-mcp", "version": "1.0.8", "type": "module", "description": "MCP Server for Ollama integration", "main": "dist/index.js", "bin": { "ollama-mcp": "./dist/cli.js" }, "files": [ "dist", "mcp.json" ], "scripts": { "build": "tsc && chmod +x dist/cli.js", "start": "node dist/cli.js", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/rawveg/ollama-mcp.git" }, "keywords": [ "ollama", "mcp", "ai", "claude" ], "author": "tigreen", "license": "MIT", "dependencies": { "express": "^4.18.2", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.11.19", "typescript": "^5.3.3" } }