Version Pill MCP
OfficialProvides tools for interacting with GitHub repositories and workflows.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Version Pill MCPcreate a task to fix login bug"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Version Pill MCP
AI-native project management for your coding agent. 60 token-lean tools for tasks, releases, epics, cycles, docs, and ideas — with version-keyed edge caching, agent memory, and RICE backlog prioritization. Your PM buddy in Claude Code, Cursor, Windsurf, and opencode.
Hosted endpoint:
https://mcp.versionpill.com/mcpWebsite: versionpill.com
Source: the worker lives in the Snow Labs monorepo; this repo is the public home for registry metadata, docs, and issues.
Connect
Claude Code (~/Library/Application Support/Claude/claude_desktop_config.json)
{
"mcpServers": {
"versionpill": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.versionpill.com/sse"]
}
}
}Claude.ai (Connectors)
Connect via Custom Connector with URL: https://mcp.versionpill.com/mcp (streamable HTTP, OAuth).
opencode (~/.config/opencode/opencode.json)
{
"mcp": {
"versionpill": {
"type": "remote",
"url": "https://mcp.versionpill.com/mcp",
"oauth": {}
}
}
}Then run opencode mcp auth versionpill.
Cursor / Windsurf
Add a remote MCP server at https://mcp.versionpill.com/sse and complete the OAuth flow.
Related MCP server: Project Manager MCP
Authentication
OAuth is the default (browser flow, 30-day tokens). For non-interactive use, generate an API key at versionpill.com → Settings → API Keys and send it as Authorization: Bearer vp_….
Tools at a glance
CRUD:
save_X/get_X/list_X/delete_Xfor tasks, releases, docs, epics, cycles, ideasAgent intelligence:
context(8 modes),brain,brain_dump,memory,session,learn,decision,plannerOps:
prioritize,ship_releases,publish_release,complete_cycle,github,search,project_status
Publishing to the MCP Registry
This repo is the source of truth for registry metadata. On tag push, the
publish workflow validates server.json and
publishes to registry.modelcontextprotocol.io via mcp-publisher (GitHub OIDC).
To publish manually:
brew install mcp-publisher
mcp-publisher validate
mcp-publisher login github
mcp-publisher publishScope & licensing
This repository contains only MCP connector metadata (server.json) and documentation.
The VersionPill MCP server itself is proprietary software. Its source code is not published here and is not open-source. Users connect to the hosted endpoint over HTTPS; nothing is installed or cloneable. The MIT license below applies solely to the metadata and docs in this repo, so registries and aggregators can index them without legal friction — it does not cover the server software.
License
MIT (applies to server.json and documentation in this repo only; the VersionPill server is proprietary, all rights reserved).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceAI-native project management with persistent memory for coding agents. 17 MCP tools for features, stories, sprints, architecture decisions, knowledge base, and session tracking.Last updated2MIT
- Alicense-qualityDmaintenanceEnables AI agents to manage projects, epics, and tasks with atomic locking, real-time dashboard, and multi-agent coordination.Last updatedMIT
- Alicense-qualityBmaintenanceProject management and session memory for AI agents that provides 13 tools for tracking projects, tasks, and context during AI coding sessions.Last updated921Apache 2.0
- Alicense-qualityDmaintenanceAn MCP server that provides a database-backed kanban board with 40+ tools for AI agents to track issues, features, todos, epics, and diary entries across projects, including status workflows, relationships, and semantic search.Last updated77MIT
Related MCP Connectors
The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Give your AI agent a persistent map of your project's structure, dependencies, and bugs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/versionpill/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server