mcp-server-decisions
Rank #27,429io.github.Roberton003/mcp-server-decisions
Decision tracking with prediction validation and outcome gates for AI agents
mcp-server-decisions is a Model Context Protocol (MCP) server published by Roberton003. It ranks #27,429 of 115,460 servers tracked on MCP Toplist. mcp-server-decisions is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 22, 2026 and most recently updated on Jul 22, 2026.
Ranks ahead of 88,031 of 115,460 servers on MCP Toplist.
Use mcp-server-decisions
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-server-decisions -e "MCP_DECISIONS_LOG_PATH=<your MCP_DECISIONS_LOG_PATH>" -- uvx mcp-server-decisionsReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-decisions]
command = "uvx"
args = ["mcp-server-decisions"]
[mcp_servers.mcp-server-decisions.env]
MCP_DECISIONS_LOG_PATH = "<your MCP_DECISIONS_LOG_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-decisions": {
"command": "uvx",
"args": [
"mcp-server-decisions"
],
"env": {
"MCP_DECISIONS_LOG_PATH": "<your MCP_DECISIONS_LOG_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-decisions": {
"command": "uvx",
"args": [
"mcp-server-decisions"
],
"env": {
"MCP_DECISIONS_LOG_PATH": "<your MCP_DECISIONS_LOG_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-server-decisions": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-decisions"
],
"env": {
"MCP_DECISIONS_LOG_PATH": "<your MCP_DECISIONS_LOG_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-decisions": {
"command": "uvx",
"args": [
"mcp-server-decisions"
],
"env": {
"MCP_DECISIONS_LOG_PATH": "<your MCP_DECISIONS_LOG_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-decisions": {
"command": "uvx",
"args": [
"mcp-server-decisions"
],
"env": {
"MCP_DECISIONS_LOG_PATH": "<your MCP_DECISIONS_LOG_PATH>"
}
}
}
}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.Roberton003%2Fmcp-server-decisions)<a href="https://mcptoplist.com/server/io.github.Roberton003%2Fmcp-server-decisions"><img src="https://mcptoplist.com/badge/io.github.Roberton003%2Fmcp-server-decisions.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Roberton003
Other servers by Roberton003
View all Roberton003 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Jul 22, 2026 |
Frequently asked questions
- Who maintains mcp-server-decisions?
- mcp-server-decisions is maintained by Roberton003, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is mcp-server-decisions listed on the Official MCP Registry?
- Yes — mcp-server-decisions is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-server-decisions have?
- MCP Toplist tracks 1 version of mcp-server-decisions, most recently published on Jul 22, 2026.
- Where can I find the source code for mcp-server-decisions?
- The source code for mcp-server-decisions is hosted at github.com/Roberton003/mcp-server-decisions.