Serversio.github.MattKilmer/voteship
V

io.github.MattKilmer/voteship

io.github.MattKilmer/voteship · v0.1.4
▦ npm
v0.1.4npm npm: @voteship/mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.MattKilmer/voteship",
  "description": "Manage feature requests, votes, roadmaps, and changelogs from any MCP client.",
  "repository": {
    "url": "https://github.com/MattKilmer/voteship",
    "source": "github"
  },
  "version": "0.1.4",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@voteship/mcp-server",
      "version": "0.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your VoteShip API key (found in Settings → API Keys)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "VOTESHIP_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}