Skip to main content
Glama

Skeleton MCP Server

by nickweedon
docker-compose.devcontainer.yml286 B
services: devcontainer: build: context: . target: development env_file: - .env volumes: - .:/app:cached - /var/run/docker.sock:/var/run/docker.sock ports: - "8000:8000" stdin_open: true tty: true command: sleep infinity

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/nickweedon/mcp_server_template'

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