MCP AEMPS — CIMA for Zed
io.github.romanpert/mcp-aemps
MCP server for the Spanish AEMPS CIMA pharmaceutical registry (20,000+ authorised medicines).
client:Zed
transport:stdio
runtime:pypi
Install MCP AEMPS — CIMA in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-aemps": {
"command": "uvx",
"args": [
"mcp-aemps"
],
"env": {
"PORT": "<PORT>",
"LOG_LEVEL": "<LOG_LEVEL>",
"REDIS_URL": "<REDIS_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs