fleet-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fleet-mcp-serversearch for Rust crate for async HTTP requests"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Fleet MCP Server
MCP server exposing SuperInstance fleet-vector-api as tools for forgecode and other MCP-compatible agents.
Tools
Tool | Description |
| Semantic search across SuperInstance crates |
| Get crate recommendations based on a known crate |
| Find crates similar to a given crate by name |
| 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.jsConfigure 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: 60API Endpoints
The server proxies to https://fleet-vector-api.casey-digennaro.workers.dev:
POST /search—{ query, topK? }→ semantic search resultsPOST /recommend—{ crate_name, topK? }→ crate recommendationsGET /similar?name=X→ similar cratesGET /stats→ index statistics
License
MIT
This server cannot be installed
Maintenance
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