Skip to main content
Glama
devcontainer.json2.27 kB
{ "name": "Ghost MCP Server", "build": { "dockerfile": "Dockerfile", "args": { "TZ": "${localEnv:TZ:America/Los_Angeles}", "GIT_DELTA_VERSION": "0.18.2" } }, "customizations": { "vscode": { "extensions": [ "anthropic.claude-code", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode", "eamodio.gitlens", "vitest.explorer", "bradlc.vscode-tailwindcss", "ms-azuretools.vscode-docker" ], "settings": { "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, "editor.tabSize": 2, "files.eol": "\n", "terminal.integrated.defaultProfile.linux": "zsh", "terminal.integrated.profiles.linux": { "bash": { "path": "bash", "icon": "terminal-bash" }, "zsh": { "path": "zsh" } }, "eslint.validate": ["javascript"], "javascript.updateImportsOnFileMove.enabled": "always", "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[markdown]": { "editor.defaultFormatter": "esbenp.prettier-vscode" } } } }, "remoteUser": "node", "initializeCommand": "mkdir -p ${HOME}/.claude", "mounts": [ "source=ghost-mcp-bashhistory-${devcontainerId},target=/commandhistory,type=volume", "source=${localEnv:HOME}/.claude,target=/home/node/.claude,type=bind" ], "containerEnv": { "NODE_OPTIONS": "--max-old-space-size=4096", "CLAUDE_CONFIG_DIR": "/home/node/.claude", "POWERLEVEL9K_DISABLE_GITSTATUS": "true" }, "workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=delegated", "workspaceFolder": "/workspace", "postCreateCommand": "npm install", "forwardPorts": [3000, 3001], "portsAttributes": { "3000": { "label": "Express REST API", "onAutoForward": "notify" }, "3001": { "label": "MCP Server", "onAutoForward": "notify" } } }

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/jgardner04/Ghost-MCP-Server'

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