SummitFlow MCP
Rank #32,486io.github.RyanKramer/summitflow-mcp
Grant management for AI agents: deadlines, business-day math, budgets, in-kind value. No API key.
SummitFlow MCP is a Model Context Protocol (MCP) server published by ryankramer. It ranks #32,486 of 115,460 servers tracked on MCP Toplist. SummitFlow MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 2, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 82,974 of 115,460 servers on MCP Toplist.
Use SummitFlow MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add summitflow-mcp -- uvx summitflow-mcp[mcp_servers.summitflow-mcp]
command = "uvx"
args = ["summitflow-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"summitflow-mcp": {
"command": "uvx",
"args": [
"summitflow-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"summitflow-mcp": {
"command": "uvx",
"args": [
"summitflow-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"summitflow-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"summitflow-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"summitflow-mcp": {
"command": "uvx",
"args": [
"summitflow-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"summitflow-mcp": {
"command": "uvx",
"args": [
"summitflow-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.RyanKramer%2Fsummitflow-mcp)<a href="https://mcptoplist.com/server/io.github.RyanKramer%2Fsummitflow-mcp"><img src="https://mcptoplist.com/badge/io.github.RyanKramer%2Fsummitflow-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ryankramer
Other servers by ryankramer
- Pixelpanda MCP#5,946 · 3 vers
- rankedtoday-mcp#32,485 · 1 ver
- AutoRank MCP#37,120 · 1 ver
- WiseGrid MCP#37,121 · 1 ver
- Shippost MCP#43,450 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 27, 2026 |
Frequently asked questions
- Who maintains SummitFlow MCP?
- SummitFlow MCP is maintained by ryankramer, which publishes 6 MCP servers (9 total versions) tracked on MCP Toplist.
- Is SummitFlow MCP listed on the Official MCP Registry?
- Yes — SummitFlow MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does SummitFlow MCP have?
- MCP Toplist tracks 1 version of SummitFlow MCP, most recently published on Aug 27, 2026.
- Where can I find the source code for SummitFlow MCP?
- The source code for SummitFlow MCP is hosted at github.com/RyanKramer/summitflow-mcp.