AgentStack MCP
Rank #31,492io.github.inity13/agentstack-mcp
Deterministic reasoning stack for AI agents: simulate, decide & compute, plus cross-domain tools.
AgentStack MCP is a Model Context Protocol (MCP) server published by inity13. It ranks #31,492 of 132,113 servers tracked on MCP Toplist. AgentStack MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 11, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 100,621 of 132,113 servers on MCP Toplist.
Use AgentStack MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http agentstack-mcp https://agentstack-mcp.pages.dev/mcpclaude mcp add agentstack-mcp -- npx -y agentstack-mcp[mcp_servers.agentstack-mcp]
url = "https://agentstack-mcp.pages.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.agentstack-mcp]
command = "npx"
args = ["-y", "agentstack-mcp"]Add to ~/.codex/config.toml.
https://agentstack-mcp.pages.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"agentstack-mcp": {
"command": "npx",
"args": [
"-y",
"agentstack-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentstack-mcp": {
"url": "https://agentstack-mcp.pages.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"agentstack-mcp": {
"command": "npx",
"args": [
"-y",
"agentstack-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentstack-mcp": {
"type": "http",
"url": "https://agentstack-mcp.pages.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"agentstack-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentstack-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentstack-mcp": {
"serverUrl": "https://agentstack-mcp.pages.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentstack-mcp": {
"command": "npx",
"args": [
"-y",
"agentstack-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentstack-mcp": {
"url": "https://agentstack-mcp.pages.dev/mcp"
}
}
}{
"mcpServers": {
"agentstack-mcp": {
"command": "npx",
"args": [
"-y",
"agentstack-mcp"
]
}
}
}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.inity13%2Fagentstack-mcp)<a href="https://mcptoplist.com/server/io.github.inity13%2Fagentstack-mcp"><img src="https://mcptoplist.com/badge/io.github.inity13%2Fagentstack-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
inity13
Other servers by inity13
- ScenarioSim MCP#25,455 · 2 vers
- DecisionMatrix MCP#31,493 · 2 vers
- precisioncalc-mcp#31,494 · 2 vers
- Digital Stores#70,175 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Aug 12, 2026 |
| 1.0.0 | Aug 11, 2026 |
Frequently asked questions
- Who maintains AgentStack MCP?
- AgentStack MCP is maintained by inity13, which publishes 5 MCP servers (9 total versions) tracked on MCP Toplist.
- Is AgentStack MCP listed on the Official MCP Registry?
- Yes — AgentStack MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does AgentStack MCP have?
- MCP Toplist tracks 2 versions of AgentStack MCP, most recently published on Aug 12, 2026.
- Where can I find the source code for AgentStack MCP?
- The source code for AgentStack MCP is hosted at github.com/inity13/agentstack-mcp.
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.