MCP.so
登录

Table of Contents

@aygp-dr

关于 Table of Contents

A secure, isolated environment for exploring Python development with Model Context Protocol (MCP) and Language Server Protocol (LSP)

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

aygp-dr

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is isolated-pymcp?

A secure, isolated container environment that combines Model Context Protocol (MCP) and Language Server Protocol (LSP) for Python development. It enables LLMs to access powerful code intelligence features while maintaining strict security boundaries, and is designed for developers exploring algorithm analysis, Claude Code integration, and MCP/LSP educational materials.

How to use isolated-pymcp?

Build the Docker/Podman image with make build, then run the container with make run. Verify MCP server connectivity with make test. Analyze algorithms using make analyze ALGO=<algorithm> or make claude-analyze ALGO=<algorithm>. The project also provides custom Claude commands such as /fix-github-issue, /create-pr, and /analyze-algorithm.

Key features of isolated-pymcp

  • Container isolation from host system with least access
  • MCP and LSP integration for code intelligence
  • Advanced algorithm implementations with complexity analysis
  • Custom Claude commands for GitHub issue resolution
  • Literate programming with org-mode and Makefile automation
  • Multiple client interfaces with the same security model

Use cases of isolated-pymcp

  • Analyze Python algorithm implementations with complexity analysis and security
  • Execute Python code securely in an isolated container via MCP
  • Use Claude Code to review and fix GitHub issues from the repository
  • Learn MCP and LSP integration through provided educational course materials

FAQ from isolated-pymcp

What is the difference between isolated-pymcp and a standard Python environment?

It provides container isolation, non-root user execution, restricted port exposure, and integrated MCP/LSP capabilities for AI-assisted development, whereas a standard Python environment lacks these security boundaries and protocol bridges.

What are the runtime requirements?

Docker or Podman, Python, Make, and GitHub CLI (gh) for secrets management. The container runs on Alpine Linux with Python 3 support.

Where does user data live?

User code and algorithms reside inside the container. Secrets (e.g., ANTHROPIC_API_KEY, GH_PAT) are managed via GitHub Secrets and passed to the container at runtime.

How does the MCP transport work?

It uses JSON-RPC over stdio. Example: tools/call method with run_python_code argument to execute Python code and capture output.

How does isolated-pymcp handle authentication?

Authentication is handled via GitHub Secrets. Secrets are set up using ./scripts/setup_secrets.sh or manually with gh secret edit, and then injected into the container at build/run time.

评论

其他 分类下的更多 MCP 服务器