← Back to Plugins
MCP Server MCP

trovex

github By github 👁 1 views ▲ 0 votes

Serves coding agents one canonical doc per query instead of rereading the repo — ~60% fewer tokens.

Homepage Verified source GitHub

Install

uvx trovex

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "trovex",
      "version": "0.14.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Serve the trovex MCP server over stdio — the transport MCP registries and .mcpb bundles launch directly. No port, no HTTP server; the client speaks JSON-RPC over stdin/stdout.",
          "value": "mcp",
          "type": "positional"
        }
      ]
    },
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "trovex",
      "version": "0.13.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:8765/mcp"
      },
      "packageArguments": [
        {
          "description": "Start the trovex MCP HTTP server (exposes the streamable-http endpoint at /mcp and the local web UI at /).",
          "value": "serve",
          "type": "positional"
        },
        {
          "description": "Port for the MCP HTTP server (default 8765). If you change it, update the transport URL to match.",
          "value": "8765",
          "type": "named",
          "name": "--port"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...