Back to Browse

Mcp MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Product management, public changelog, and feature requests - 60 lean MCP tools.

About

Product management, public changelog, and feature requests - 60 lean MCP tools.

Remote endpoints: streamable-http: https://mcp.versionpill.com/mcp sse: https://mcp.versionpill.com/sse

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-versionpill-mcp": {
      "url": "https://mcp.versionpill.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub 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_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).

Reviews

No reviews yet

Be the first to review this server!

Mcp MCP Server - Product management, public changelog, and feature requests | MCP Marketplace