|
| 1 | +# WARNING: Tool list fetch failed on 2025-10-16 |
| 2 | +# Manual verification may be required |
| 3 | +name: mcp-optimizer |
| 4 | +description: MCP server that acts as an intelligent intermediary between AI clients and multiple MCP servers |
| 5 | +tier: Official |
| 6 | +status: Active |
| 7 | +transport: streamable-http |
| 8 | +tools: |
| 9 | + - find_tool |
| 10 | + - call_tool |
| 11 | + - list_tools |
| 12 | +metadata: |
| 13 | + stars: 0 |
| 14 | + pulls: 0 |
| 15 | + last_updated: "2025-10-13T02:32:37Z" |
| 16 | +repository_url: https://github.com/StacklokLabs/mcp-optimizer |
| 17 | +tags: |
| 18 | + - mcp |
| 19 | + - proxy |
| 20 | + - gateway |
| 21 | + - intelligent |
| 22 | +image: ghcr.io/stackloklabs/mcp-optimizer:0.0.1 |
| 23 | +permissions: |
| 24 | + network: |
| 25 | + outbound: {} |
| 26 | +env_vars: |
| 27 | + - name: ALLOWED_GROUPS |
| 28 | + description: "Comma-separated list of ToolHive group names to filter tool lookups (default: no filtering)" |
| 29 | + required: false |
| 30 | + - name: MAX_TOOLS_TO_RETURN |
| 31 | + description: "Number of tools to return from find_tool (default: 8)" |
| 32 | + required: false |
| 33 | + - name: TOOL_DISTANCE_THRESHOLD |
| 34 | + description: "Distance threshold for tool similarity (default: 1.0)" |
| 35 | + required: false |
| 36 | + - name: MAX_TOOL_RESPONSE_TOKENS |
| 37 | + description: "Maximum number of tokens to return from call_tool (default: no limit)" |
| 38 | + required: false |
| 39 | + - name: WORKLOAD_POLLING_INTERVAL |
| 40 | + description: "Polling interval for running MCP servers (default: 60 seconds)" |
| 41 | + required: false |
| 42 | + - name: REGISTRY_POLLING_INTERVAL |
| 43 | + description: "Polling interval for ToolHive registry (default: 24 hours)" |
| 44 | + required: false |
| 45 | + - name: RUNTIME_MODE |
| 46 | + description: "Runtime mode for MCP servers (docker or k8s, default: docker)" |
| 47 | + required: false |
| 48 | +provenance: |
| 49 | + cert_issuer: https://token.actions.githubusercontent.com |
| 50 | + repository_uri: https://github.com/StacklokLabs/mcp-optimizer |
| 51 | + runner_environment: github-hosted |
| 52 | + signer_identity: /.github/workflows/release.yml |
| 53 | + sigstore_url: tuf-repo-cdn.sigstore.dev |
0 commit comments