Skip to main content
Glama

STAC MCP Server

by BnJam
smithery.yaml837 B
# Smithery configuration for STAC MCP Server # This file enables deployment of the STAC MCP server on Smithery.ai runtime: "container" build: dockerfile: "Containerfile" dockerBuildPath: "." startCommand: type: "stdio" # Configuration schema - the server accepts per-tool catalog_url parameters # rather than server-level configuration configSchema: type: "object" properties: {} required: [] # Command to start the MCP server # The server runs via stdio and accepts tool calls with optional catalog_url parameters commandFunction: |- (config) => { return { command: 'python', args: ['-m', 'stac_mcp'] }; } # No server-level configuration needed # Each tool accepts an optional catalog_url parameter (defaults to Microsoft Planetary Computer) exampleConfig: {}

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/BnJam/stac-mcp'

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