Skip to main content
Glama
SuperInstance

SuperInstance MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SHOAL_URLNoSHOAL semantic oraclehttp://localhost:8787
FLEET_API_URLNoFleet dashboard APIhttps://fleet-dashboard-api.casey-digennaro.workers.dev
VECTOR_API_URLNoFleet vector searchhttps://fleet-vector-api.casey-digennaro.workers.dev

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
fleet_statusA

Get the current SuperInstance fleet status including γ (gamma) / η (eta) / C balance, agent count, and convergence metrics. No parameters required.

fleet_searchA

Semantic search of the SHOAL oracle and fleet vector index for patterns, crates, solutions, and knowledge. Returns ranked results with conservation metadata.

fleet_budgetB

Check the remaining compute budget for a task. Uses the conservation law: remaining = C - γ_used where C = log₂(3). Input gamma_used and eta_produced to see what's left.

conservation_checkA

Verify that a code change or operation maintains the SuperInstance conservation invariants. Checks that γ + η ≤ C where C = log₂(3) ≈ 1.585. Returns validity, total, delta, and a message.

ternary_validateA

Validate that an array of values are valid ternary signals in {-1, 0, +1}. Returns validity flag, any invalid values, and a message.

crate_infoA

Look up detailed information about a SuperInstance crate — name, version, description, repo, docs, and its role in the conservation law framework.

fleet_agentsA

List all registered SuperInstance fleet agents and their current status including role, phase, γ/η budget, assigned crates, and worker count. No parameters required.

ecosystem_statsA

Get total SuperInstance ecosystem numbers: crates published, workers deployed, tests, repos, theorems proven, and the conservation law. No parameters required.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/superinstance-mcp'

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