MCP AEMPS — CIMA for Windsurf
io.github.romanpert/mcp-aemps
MCP server for the Spanish AEMPS CIMA pharmaceutical registry (20,000+ authorised medicines).
client:Windsurf
transport:stdio
runtime:pypi
Install MCP AEMPS — CIMA in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-aemps": {
"command": "uvx",
"args": [
"mcp-aemps"
],
"env": {
"PORT": "<PORT>",
"LOG_LEVEL": "<LOG_LEVEL>",
"REDIS_URL": "<REDIS_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs