Skip to main content
Glama
SuperInstance

fleet-mcp-server

Fleet MCP Server

MCP server exposing SuperInstance fleet-vector-api as tools for forgecode and other MCP-compatible agents.

Tools

Tool

Description

fleet_search

Semantic search across SuperInstance crates

fleet_recommend

Get crate recommendations based on a known crate

fleet_similar

Find crates similar to a given crate by name

fleet_stats

Get index statistics (vector count, dimensions, last updated)

Related MCP server: Local Search MCP Server

Quick Start

# Install dependencies
npm install

# Build
npm run build

# Run (stdio transport — used by MCP clients)
node dist/index.js

Configure in forgecode

Add to your forge.yaml:

Via npx (published package)

mcp_servers:
  fleet:
    command: npx
    args: ["-y", "@superinstance/fleet-mcp-server"]

Local development

mcp_servers:
  fleet:
    command: node
    args: ["/home/phoenix/repos/fleet-mcp-server/dist/index.js"]

With custom timeout

mcp_servers:
  fleet:
    command: npx
    args: ["-y", "@superinstance/fleet-mcp-server"]
    timeout: 60

API Endpoints

The server proxies to https://fleet-vector-api.casey-digennaro.workers.dev:

  • POST /search{ query, topK? } → semantic search results

  • POST /recommend{ crate_name, topK? } → crate recommendations

  • GET /similar?name=X → similar crates

  • GET /stats → index statistics

License

MIT

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SuperInstance/fleet-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server