PyGo MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PyGo MCPGenerate a CRUD API for the Blog schema using PyGo"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PyGo MCP — Model Context Protocol Server for PyGo Framework
🚀 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-mcpAdd 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 |
| Get PyGo framework status |
| List/install PyGo modules |
| Generate code from |
| Query type schema |
| Get help for PyGo concepts |
📄 License
MIT — see LICENSE.
This server cannot be installed
Maintenance
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
- AlicenseBqualityCmaintenanceAn MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.Last updated1159100MIT
- AlicenseAqualityCmaintenanceMCP server that exposes RESTForge capabilities to AI agents, enabling them to set up, configure, generate code, and manage RESTForge projects through natural language.Last updated2944MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to discover, install, configure, and manage MCP servers through natural language conversation, automating tedious manual setup across multiple clients.Last updated11MIT
- AlicenseAqualityDmaintenanceAn intelligent MCP server that serves as a guardian of development knowledge, providing AI assistants with curated access to latest documentation and best practices.Last updated41,017MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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