python mcp for Zed
com.files/python-mcp
Local-only Python MCP server for the Files.com API.
client:Zed
transport:stdio
runtime:pypi
Install python mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"python-mcp": {
"command": "uvx",
"args": [
"files-com-mcp"
],
"env": {
"FILES_COM_API_KEY": "<FILES_COM_API_KEY>",
"FILES_COM_LOCAL_ROOT": "<FILES_COM_LOCAL_ROOT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs