Skip to main content
Glama

PyGo MCP — Model Context Protocol Server for PyGo Framework

License Python MCP

🚀 PyGo MCP

A Model Context Protocol (MCP) server that gives AI assistants (Claude, Cursor, etc.) deep awareness of the PyGo framework — its modules, types, and code generation capabilities.

Related MCP server: @restforge-dev/mcp-server

✨ Features

  • 🔧 PyGo operations: Generate code, query schema, inspect modules

  • 📋 Registry access: List, search, and install PyGo modules

  • 🎯 AI-ready: Designed for Claude Code, Cursor, Windsurf

  • 🚀 Deploy: Live demo on GitHub Pages

📖 Usage

Install via pip:

pip install pygo-mcp

Add to MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "pygo": {
      "command": "pygo-mcp"
    }
  }
}

Or use with uv:

uv tool install pygo-mcp

🛠️ Development

# Install dependencies
uv sync

# Run server in dev mode
mcp dev src/main.py --with-editable .

# Run directly
mcp run src/main.py

# Lint
uv run ruff check .

🎯 MCP Tools

Tool

Description

pygo_status

Get PyGo framework status

pygo_modules

List/install PyGo modules

pygo_generate

Generate code from .pgo schema

pygo_schema

Query type schema

pygo_help

Get help for PyGo concepts

📄 License

MIT — see LICENSE.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

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/PyGo-Labs/pygo-mcp'

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