python mcp for Windsurf
com.files/python-mcp
Local-only Python MCP server for the Files.com API.
client:Windsurf
transport:stdio
runtime:pypi
Install python mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs