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.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    MCP server that exposes RESTForge capabilities to AI agents, enabling them to set up, configure, generate code, and manage RESTForge projects through natural language.
    29
    44 npm
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to discover, install, configure, and manage MCP servers through natural language conversation, automating tedious manual setup across multiple clients.
    11
    MIT