Skip to main content
Glama

MCPO - MCP Pollinations Proxy

by exrienz
package.json1.36 kB
{ "name": "mcpo", "version": "1.0.0", "description": "Docker-containerized MCP Pollinations Proxy - OpenAPI bridge for Pollinations AI services", "type": "module", "main": "pollinations-mcp-src/src/index.js", "scripts": { "start": "node pollinations-mcp-src/src/index.js", "docker:build": "docker-compose build", "docker:up": "docker-compose up", "docker:down": "docker-compose down", "docker:logs": "docker-compose logs", "docker:dev": "docker-compose up -d && docker-compose logs -f", "install:mcp": "cd pollinations-mcp-src && npm install", "test": "cd pollinations-mcp-src && npm test" }, "keywords": [ "mcpo", "mcp", "model-context-protocol", "pollinations", "ai", "image-generation", "text-generation", "text-to-speech", "vision", "openapi", "rest-api", "docker", "proxy" ], "author": "Pollinations Community", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/your-username/mcpo.git" }, "bugs": { "url": "https://github.com/your-username/mcpo/issues" }, "homepage": "https://github.com/your-username/mcpo#readme", "engines": { "node": ">=14.0.0", "docker": ">=20.0.0" }, "directories": { "src": "pollinations-mcp-src/src" }, "workspaces": [ "pollinations-mcp-src" ] }

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/exrienz/pollenai-mcp'

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