Skip to main content
Glama
versionpill

Version Pill MCP

Official
by versionpill

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.

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_X for 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).

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    An 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 updated
    77
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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