pylance-mcp-server
Verified Safeby JarrodAI
Overview
This server integrates Microsoft's Pylance and Pyright to provide advanced Python code intelligence (type checking, refactoring, code navigation, completions) to AI coding assistants via the MCP protocol.
Installation
python server.pyEnvironment Variables
- WORKSPACE_ROOT
Security Notes
The server explicitly states strong security measures including path validation, subprocess sandboxing, read-only default operations, and input validation on all endpoints. It leverages well-established and hardened tools like Pylance and Pyright. No 'eval' or malicious patterns are evident in the provided source code.
Similar Servers
zen-mcp-server
A server for coordinating and managing AI agents, likely for simulations or complex task execution, leveraging Claude LLMs.
arcade-mcp
Provides a framework and pre-built toolkits for integrating Large Language Models (LLMs) with various external services and databases, enabling AI agents to interact with the real world.
mcp-server-code-execution-mode
This server enables LLM agents to execute Python code in a highly secure, isolated container environment, facilitating complex multi-tool orchestration and data analysis with minimal LLM context token usage.
simplenote-mcp-server
Integrates Simplenote with Claude Desktop as a memory backend or content source via the Model Context Protocol (MCP), enabling AI interaction with user notes.