Daily AI Agent Toolkit
Rank #29,929io.github.Dailyaiagents/release-gate
Local completion-contract checks and release receipts.
Daily AI Agent Toolkit is a Model Context Protocol (MCP) server published by Dailyaiagents. It ranks #29,929 of 115,460 servers tracked on MCP Toplist. Daily AI Agent Toolkit is listed on Official MCP, with 1 tracked version. It was first listed on Aug 28, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 85,531 of 115,460 servers on MCP Toplist.
Use Daily AI Agent Toolkit
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add release-gate -- uvx --root dailyaiagents-release-gate[mcp_servers.release-gate]
command = "uvx"
args = ["--root", "dailyaiagents-release-gate"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"release-gate": {
"command": "uvx",
"args": [
"--root",
"dailyaiagents-release-gate"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"release-gate": {
"command": "uvx",
"args": [
"--root",
"dailyaiagents-release-gate"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"release-gate": {
"type": "stdio",
"command": "uvx",
"args": [
"--root",
"dailyaiagents-release-gate"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"release-gate": {
"command": "uvx",
"args": [
"--root",
"dailyaiagents-release-gate"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"release-gate": {
"command": "uvx",
"args": [
"--root",
"dailyaiagents-release-gate"
]
}
}
}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.Dailyaiagents%2Frelease-gate)<a href="https://mcptoplist.com/server/io.github.Dailyaiagents%2Frelease-gate"><img src="https://mcptoplist.com/badge/io.github.Dailyaiagents%2Frelease-gate.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Dailyaiagents
Other servers by Dailyaiagents
View all Dailyaiagents servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 28, 2026 |
Frequently asked questions
- Who maintains Daily AI Agent Toolkit?
- Daily AI Agent Toolkit is maintained by Dailyaiagents, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Daily AI Agent Toolkit listed on the Official MCP Registry?
- Yes — Daily AI Agent Toolkit is listed on the Official MCP Registry.
- How many versions does Daily AI Agent Toolkit have?
- MCP Toplist tracks 1 version of Daily AI Agent Toolkit, most recently published on Aug 28, 2026.
- Where can I find the source code for Daily AI Agent Toolkit?
- The source code for Daily AI Agent Toolkit is hosted at github.com/Dailyaiagents/daily-ai-agent-toolkit.