Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
claude mcp add algenta --transport http https://api.algenta.ai/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"algenta": {
"url": "https://api.algenta.ai/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"algenta": {
"serverUrl": "https://api.algenta.ai/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"algenta": {
"type": "http",
"url": "https://api.algenta.ai/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"algenta": {
"url": "https://api.algenta.ai/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"algenta": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.algenta.ai/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://api.algenta.ai/mcp |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.thyn-ai--algenta/reviews or the review_server meta-tool.
POST /mcp