Alembica MCP
Rank #11,557io.github.open-and-sustainable/alembica-mcp
MCP server for Alembica validation, extraction, cost estimation, and schema queries.
Alembica MCP is a Model Context Protocol (MCP) server published by open-and-sustainable. It ranks #11,557 of 132,405 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Alembica MCP is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Jan 18, 2025 and most recently updated on Aug 19, 2026.
Ranks ahead of 120,848 of 132,405 servers on MCP Toplist.
Use Alembica MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add alembica-mcp -- docker run -i --rm ghcr.io/open-and-sustainable/alembica-mcp:0.3.5[mcp_servers.alembica-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/open-and-sustainable/alembica-mcp:0.3.5"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"alembica-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/open-and-sustainable/alembica-mcp:0.3.5"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"alembica-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/open-and-sustainable/alembica-mcp:0.3.5"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"alembica-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/open-and-sustainable/alembica-mcp:0.3.5"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"alembica-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/open-and-sustainable/alembica-mcp:0.3.5"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"alembica-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/open-and-sustainable/alembica-mcp:0.3.5"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.open-and-sustainable%2Falembica-mcp)<a href="https://mcptoplist.com/server/io.github.open-and-sustainable%2Falembica-mcp"><img src="https://mcptoplist.com/badge/io.github.open-and-sustainable%2Falembica-mcp.svg" alt="MCP Toplist: Top 10% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
open-and-sustainable
Other servers by open-and-sustainable
View all open-and-sustainable servers →Available versions (3)
| Version | Published |
|---|---|
| 0.3.5 | Aug 19, 2026 |
| 0.3.4 | Jun 26, 2026 |
| 0.3.3 | Apr 23, 2026 |
Frequently asked questions
- Who maintains Alembica MCP?
- Alembica MCP is maintained by open-and-sustainable, which publishes 2 MCP servers (11 total versions) tracked on MCP Toplist.
- Is Alembica MCP listed on the Official MCP Registry?
- Yes — Alembica MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Alembica MCP have?
- MCP Toplist tracks 3 versions of Alembica MCP, most recently published on Aug 19, 2026.
- Where can I find the source code for Alembica MCP?
- The source code for Alembica MCP is hosted at github.com/open-and-sustainable/alembica.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.