Servers
Cognitive Enhancement MCP Servers
@peragus-dev
MCP servers that models can use to extend their capabilities for general-use tasks and formalized workflows.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"model-enhancement-servers": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"waldzellai/structured-argumentation"
]
}
}
}