overseer-nvim-mcp
Rank #14,585io.github.impossiblecode/overseer-nvim-mcp
Gives coding agents the user's own view and control of overseer.nvim tasks in Neovim
overseer-nvim-mcp is a Model Context Protocol (MCP) server published by impossiblecode. It ranks #14,585 of 132,046 servers tracked on MCP Toplist. overseer-nvim-mcp is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 6, 2026 and most recently updated on Aug 11, 2026.
Ranks ahead of 117,461 of 132,046 servers on MCP Toplist.
Use overseer-nvim-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add overseer-nvim-mcp -- npx -y overseer-nvim-mcp[mcp_servers.overseer-nvim-mcp]
command = "npx"
args = ["-y", "overseer-nvim-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"overseer-nvim-mcp": {
"command": "npx",
"args": [
"-y",
"overseer-nvim-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"overseer-nvim-mcp": {
"command": "npx",
"args": [
"-y",
"overseer-nvim-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"overseer-nvim-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"overseer-nvim-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"overseer-nvim-mcp": {
"command": "npx",
"args": [
"-y",
"overseer-nvim-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"overseer-nvim-mcp": {
"command": "npx",
"args": [
"-y",
"overseer-nvim-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.impossiblecode%2Foverseer-nvim-mcp)<a href="https://mcptoplist.com/server/io.github.impossiblecode%2Foverseer-nvim-mcp"><img src="https://mcptoplist.com/badge/io.github.impossiblecode%2Foverseer-nvim-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
impossiblecode
Available versions (4)
| Version | Published |
|---|---|
| 0.2.3 | Aug 11, 2026 |
| 0.2.2 | Aug 11, 2026 |
| 0.2.1 | Aug 7, 2026 |
| 0.2.0 | Aug 7, 2026 |
Frequently asked questions
- Who maintains overseer-nvim-mcp?
- overseer-nvim-mcp is maintained by impossiblecode, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is overseer-nvim-mcp listed on the Official MCP Registry?
- Yes — overseer-nvim-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does overseer-nvim-mcp have?
- MCP Toplist tracks 4 versions of overseer-nvim-mcp, most recently published on Aug 11, 2026.
- Where can I find the source code for overseer-nvim-mcp?
- The source code for overseer-nvim-mcp is hosted at github.com/impossiblecode/overseer-nvim-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.