Algenta MCP Server
Rank #6,676io.github.thyn-ai/algenta
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
Algenta MCP Server is a Model Context Protocol (MCP) server published by thyn-ai. It ranks #6,676 of 132,113 servers tracked on MCP Toplist. Algenta MCP Server is listed on Official MCP, with 4 tracked versions. It was first listed on Jul 8, 2026 and most recently updated on Sep 19, 2026.
Ranks ahead of 125,437 of 132,113 servers on MCP Toplist.
Use Algenta MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http algenta https://api.algenta.ai/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add algenta -e "ALGENTA_API_KEY=<your ALGENTA_API_KEY>" -e "ALGENTA_BASE_URL=<your ALGENTA_BASE_URL>" -- uvx algenta-mcpReplace each placeholder with your own value before saving.
[mcp_servers.algenta]
url = "https://api.algenta.ai/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.algenta]
command = "uvx"
args = ["algenta-mcp"]
[mcp_servers.algenta.env]
ALGENTA_API_KEY = "<your ALGENTA_API_KEY>"
ALGENTA_BASE_URL = "<your ALGENTA_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.algenta.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"algenta": {
"command": "uvx",
"args": [
"algenta-mcp"
],
"env": {
"ALGENTA_API_KEY": "<your ALGENTA_API_KEY>",
"ALGENTA_BASE_URL": "<your ALGENTA_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"algenta": {
"url": "https://api.algenta.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"algenta": {
"command": "uvx",
"args": [
"algenta-mcp"
],
"env": {
"ALGENTA_API_KEY": "<your ALGENTA_API_KEY>",
"ALGENTA_BASE_URL": "<your ALGENTA_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"algenta": {
"type": "http",
"url": "https://api.algenta.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"algenta": {
"type": "stdio",
"command": "uvx",
"args": [
"algenta-mcp"
],
"env": {
"ALGENTA_API_KEY": "<your ALGENTA_API_KEY>",
"ALGENTA_BASE_URL": "<your ALGENTA_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"algenta": {
"serverUrl": "https://api.algenta.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"algenta": {
"command": "uvx",
"args": [
"algenta-mcp"
],
"env": {
"ALGENTA_API_KEY": "<your ALGENTA_API_KEY>",
"ALGENTA_BASE_URL": "<your ALGENTA_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"algenta": {
"url": "https://api.algenta.ai/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"algenta": {
"command": "uvx",
"args": [
"algenta-mcp"
],
"env": {
"ALGENTA_API_KEY": "<your ALGENTA_API_KEY>",
"ALGENTA_BASE_URL": "<your ALGENTA_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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.thyn-ai%2Falgenta)<a href="https://mcptoplist.com/server/io.github.thyn-ai%2Falgenta"><img src="https://mcptoplist.com/badge/io.github.thyn-ai%2Falgenta.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
thyn-ai
Other servers by thyn-ai
View all thyn-ai servers →Available versions (4)
| Version | Published |
|---|---|
| 1.0.14 | Sep 19, 2026 |
| 1.0.13 | Sep 19, 2026 |
| 1.0.4 | Jul 12, 2026 |
| 1.0.0 | Jul 8, 2026 |
Frequently asked questions
- Who maintains Algenta MCP Server?
- Algenta MCP Server is maintained by thyn-ai, which publishes 2 MCP servers (11 total versions) tracked on MCP Toplist.
- Is Algenta MCP Server listed on the Official MCP Registry?
- Yes — Algenta MCP Server is listed on the Official MCP Registry.
- How many versions does Algenta MCP Server have?
- MCP Toplist tracks 4 versions of Algenta MCP Server, most recently published on Sep 19, 2026.
- Where can I find the source code for Algenta MCP Server?
- The source code for Algenta MCP Server is hosted at github.com/thyn-ai/algenta-sdk.
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.