Learning Model Context Protocol for Zed
io.github.yarnabrina/mcp-learning
MCP server that can perform basic arithmetic operations and parse/evaluate arithmetic expressions.
client:Zed
transport:stdio
runtime:pypi
Install Learning Model Context Protocol in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-learning": {
"command": "uvx",
"args": [
"mcp-learning"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs