streamable-httpupdated 11d ago
Product memory for coding agents. The terminal builds; VersionPill remembers the product.
What can you do with Version Pill?
VersionPill MCP
Product memory for coding agents. The terminal builds; VersionPill remembers the product.
This repository is connector metadata for host directories (Claude, Grok, Cursor, ChatGPT, the official MCP registry). The server is hosted. Nothing here is the backend source.
- MCP URL:
https://mcp.versionpill.com/mcp - Connect: versionpill.com/connect
- Privacy: versionpill.com/privacy
- App: versionpill.com
Connect
Paste the URL only. Hosts that speak OAuth open a browser. Sign in, pick a workspace, Authorize once.
{
"mcpServers": {
"versionpill": {
"url": "https://mcp.versionpill.com/mcp"
}
}
}
| Host | Path |
|---|---|
| Claude | Settings → Connectors → Add custom connector |
| Grok | grok.com/connectors → New Connector → Custom |
| Cursor | Settings → MCP → Add server |
| ChatGPT | Developer mode → add connector |
Do not use Convex .site / .cloud URLs or /sse. Streamable HTTP on /mcp is the only public endpoint.
API keys (vp_…) are an advanced fallback for scripts. Prefer OAuth.
What the agent can do
Read the board, open a known card, move work, import a tree, comment, draft a ship note. Default profile is board (lean). ?profile=exec is smaller for known-card coding. ?profile=readonly cannot write.
Registry
Published as io.github.versionpill/mcp. On version tag, GitHub Actions runs mcp-publisher.
License
MIT applies to the metadata and docs in this repo only. The hosted server is proprietary.
Install
Add Version Pill to your client. Pick the one you use.
claude mcp add --transport http version-pill https://mcp.versionpill.com/mcpcodex mcp add version-pill --url https://mcp.versionpill.com/mcp{
"mcpServers": {
"version-pill": {
"url": "https://mcp.versionpill.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"version-pill": {
"type": "http",
"url": "https://mcp.versionpill.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"version-pill": {
"url": "https://mcp.versionpill.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"version-pill": {
"serverUrl": "https://mcp.versionpill.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 4 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 6.2.0 | Aug 28, 2026 |
| 6.4.0Latest | Jun 29, 2026 |