Alembica MCP for Cursor
io.github.open-and-sustainable/alembica-mcp
MCP server for Alembica validation, extraction, cost estimation, and schema queries.
client:Cursor
transport:stdio
runtime:oci
Install Alembica MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"alembica-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/open-and-sustainable/alembica-mcp:0.3.5"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs