Version Pill MCP
AI-native project management server for coding agents, offering 60 tools for tasks, releases, epics, cycles, docs, and ideas with caching and agent memory.
README
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/mcp - Website: 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.
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, ideas - Agent intelligence:
context(8 modes),brain,brain_dump,memory,session,learn,decision,planner - Ops:
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 publish
Scope & 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).
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.