python version for Zed
io.github.manoharanrajesh/python-version
An MCP server that provides [describe what your server does]
client:Zed
transport:stdio
runtime:pypi
Install python version in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"python-version": {
"command": "uvx",
"args": [
"transactions-mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs