Manager.io MCP
Rank #12,851io.github.flumpiey/manager-mcp
MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools
Manager.io MCP is a Model Context Protocol (MCP) server published by flumpiey. It ranks #12,851 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Manager.io MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 28, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 102,740 of 115,591 servers on MCP Toplist.
Use Manager.io MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add manager-mcp -e "MANAGER_API_URL=<your MANAGER_API_URL>" -e "MANAGER_API_KEY=<your MANAGER_API_KEY>" -e "MANAGER_MCP_WRITE_SCOPES=<your MANAGER_MCP_WRITE_SCOPES>" -e "MANAGER_MCP_DELETE_SCOPES=<your MANAGER_MCP_DELETE_SCOPES>" -- uvx manager-mcpReplace each placeholder with your own value before saving.
[mcp_servers.manager-mcp]
command = "uvx"
args = ["manager-mcp"]
[mcp_servers.manager-mcp.env]
MANAGER_API_URL = "<your MANAGER_API_URL>"
MANAGER_API_KEY = "<your MANAGER_API_KEY>"
MANAGER_MCP_WRITE_SCOPES = "<your MANAGER_MCP_WRITE_SCOPES>"
MANAGER_MCP_DELETE_SCOPES = "<your MANAGER_MCP_DELETE_SCOPES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"manager-mcp": {
"command": "uvx",
"args": [
"manager-mcp"
],
"env": {
"MANAGER_API_URL": "<your MANAGER_API_URL>",
"MANAGER_API_KEY": "<your MANAGER_API_KEY>",
"MANAGER_MCP_WRITE_SCOPES": "<your MANAGER_MCP_WRITE_SCOPES>",
"MANAGER_MCP_DELETE_SCOPES": "<your MANAGER_MCP_DELETE_SCOPES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"manager-mcp": {
"command": "uvx",
"args": [
"manager-mcp"
],
"env": {
"MANAGER_API_URL": "<your MANAGER_API_URL>",
"MANAGER_API_KEY": "<your MANAGER_API_KEY>",
"MANAGER_MCP_WRITE_SCOPES": "<your MANAGER_MCP_WRITE_SCOPES>",
"MANAGER_MCP_DELETE_SCOPES": "<your MANAGER_MCP_DELETE_SCOPES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"manager-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"manager-mcp"
],
"env": {
"MANAGER_API_URL": "<your MANAGER_API_URL>",
"MANAGER_API_KEY": "<your MANAGER_API_KEY>",
"MANAGER_MCP_WRITE_SCOPES": "<your MANAGER_MCP_WRITE_SCOPES>",
"MANAGER_MCP_DELETE_SCOPES": "<your MANAGER_MCP_DELETE_SCOPES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"manager-mcp": {
"command": "uvx",
"args": [
"manager-mcp"
],
"env": {
"MANAGER_API_URL": "<your MANAGER_API_URL>",
"MANAGER_API_KEY": "<your MANAGER_API_KEY>",
"MANAGER_MCP_WRITE_SCOPES": "<your MANAGER_MCP_WRITE_SCOPES>",
"MANAGER_MCP_DELETE_SCOPES": "<your MANAGER_MCP_DELETE_SCOPES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"manager-mcp": {
"command": "uvx",
"args": [
"manager-mcp"
],
"env": {
"MANAGER_API_URL": "<your MANAGER_API_URL>",
"MANAGER_API_KEY": "<your MANAGER_API_KEY>",
"MANAGER_MCP_WRITE_SCOPES": "<your MANAGER_MCP_WRITE_SCOPES>",
"MANAGER_MCP_DELETE_SCOPES": "<your MANAGER_MCP_DELETE_SCOPES>"
}
}
}
}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.flumpiey%2Fmanager-mcp)<a href="https://mcptoplist.com/server/io.github.flumpiey%2Fmanager-mcp"><img src="https://mcptoplist.com/badge/io.github.flumpiey%2Fmanager-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
flumpiey
Other servers by flumpiey
View all flumpiey servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.3 | Aug 3, 2026 |
| 0.2.2 | Jul 29, 2026 |
Frequently asked questions
- Who maintains Manager.io MCP?
- Manager.io MCP is maintained by flumpiey, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Manager.io MCP listed on the Official MCP Registry?
- Yes — Manager.io MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Manager.io MCP have?
- MCP Toplist tracks 2 versions of Manager.io MCP, most recently published on Aug 3, 2026.
- Where can I find the source code for Manager.io MCP?
- The source code for Manager.io MCP is hosted at github.com/flumpiey/manager-mcp.