MCP Server
Active
AGPL-3.0
prismAId MCP MCP Server
io.github.open-and-sustainable/prismaid-mcp
What is the prismAId MCP MCP server?
MCP server for prismAId AI-assisted systematic reviews and protocol conformance checking.
How to install prismAId MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"prismaid-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/open-and-sustainable/prismaid-mcp:0.17.0"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"prismaid-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/open-and-sustainable/prismaid-mcp:0.17.0"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"prismaid-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/open-and-sustainable/prismaid-mcp:0.17.0"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"prismaid-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/open-and-sustainable/prismaid-mcp:0.17.0"
]
}
}
}Claude Code
claude mcp add prismaid-mcp -- docker run -i --rm ghcr.io/open-and-sustainable/prismaid-mcp:0.17.0Related MCP servers
Alembica MCP
Active
MCP server for Alembica validation, extraction, cost estimation, and schema queries.
2
View repository →Go
AGPL-3.0