arpeio mcp for Zed
io.github.arpe-io/arpeio-mcp
Arpe.io MCP server for FastBCP, FastTransfer, LakeXpress, MigratorXpress
client:Zed
transport:stdio
runtime:pypi
Install arpeio mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"arpeio-mcp": {
"command": "uvx",
"args": [
"arpeio-mcp"
],
"env": {
"FASTBCP_PATH": "<FASTBCP_PATH>",
"FASTTRANSFER_PATH": "<FASTTRANSFER_PATH>",
"LAKEXPRESS_PATH": "<LAKEXPRESS_PATH>",
"MIGRATORXPRESS_PATH": "<MIGRATORXPRESS_PATH>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs