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.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • MCP server for AI dialogue using various LLM models via AceDataCloud

View all MCP Connectors

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