We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/mcp-context-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
copier.yaml•899 B
project_name:
type: str
help: What is the server project name?
default: Fast Time Server
module_path:
type: str
help: Go module path (e.g., github.com/yourorg/fast-time-server)
default: "github.com/yourorg/{{ project_name|lower|replace(' ', '-') }}"
bin_name:
type: str
help: Output binary name
default: "{{ project_name|lower|replace(' ', '-') }}"
description:
type: str
help: Short description
default: Minimal Go MCP server (stdio) with a time tool
version:
type: str
help: Initial version
default: 0.1.0
license:
type: str
help: Project license
choices:
- Apache-2.0
- MIT
default: Apache-2.0
go_version:
type: str
help: Go language version
default: "1.23"
toolchain:
type: str
help: Go toolchain version
default: "go1.23.10"
include_container:
type: bool
help: Include Dockerfile for a minimal runtime image
default: true