streamable-httpupdated 13d ago
Product memory for coding agents. The terminal builds; VersionPill remembers the product.
¿Qué puedes hacer con 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.
Instalación
Añade Version Pill a tu cliente. Elige el que uses.
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`.
Puntuación
39 / 100
Incompleta
- Documentación22/25
- Mantenimiento19/25
- Confianza9/20
- Capacidad0/15
- Instalación12/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
Historial de versiones
| Versiones | Publicada |
|---|---|
| 6.2.0 | 28 ago 2026 |
| 6.4.0Última | 29 jun 2026 |