Skip to main content
Glama

PyMCP

by sokinpui
pyproject.toml325 B
# pyproject.toml [project] name = "pymcp" version = "0.1.0" description = "A Modern Context Protocol (MCP) implementation using WebSockets and JSON." dependencies = [ "websockets", "pydantic", "pydantic-settings" ] [tool.setuptools.packages.find] where = ["src"] [project.scripts] pymcp = "pymcp.main:run_cli"

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/sokinpui/pymcp'

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