Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Python REPL MCP Server
Claim
by
hdresearch
GitHub
Developer Tools
Python
MIT License
1
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
mcp_python
src/mcp_python/__init__.py
src/mcp_python/__main__.py
src/mcp_python/server.py
from . import server import asyncio def main(): """Main entry point for the package.""" asyncio.run(server.main()) __all__ = ['main', 'server']