Skip to main content
Glama
nickweedon

Skeleton MCP Server

by nickweedon
docker-compose.devcontainer.yml624 B
services: devcontainer: build: context: . target: development args: CREATE_VSCODE_USER: true user: vscode env_file: - .env volumes: - .:/workspace:cached - /var/run/docker.sock:/var/run/docker.sock # Mount Claude Desktop MCP server log file (read-only) - /mnt/c/Users/nickw/AppData/Roaming/Claude/logs:/workspace/logs:ro # Mount Claude Code config for authentication - /mnt/c/Users/nickw/.config/claude-code:/home/vscode/.config/claude-code:ro 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/playwritght-proxy-mcp'

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