Skip to main content
Glama
smat-dev

Jinni: Bring Your Project Into Context

by smat-dev
devcontainer.json1.24 kB
{ "name": "jinni-dev", "build": { "dockerfile": "Dockerfile" }, "features": { "ghcr.io/devcontainers/features/python:1": { "version": "3.12", "installTools": true } }, "postCreateCommand": "uv pip install -e . && uv pip install -e ./jinni-server-pkg && echo 'Development container ready for Jinni project'", "runArgs": [ "--init" ], "shutdownAction": "none", "mounts": [ "source=jinni_cache,target=/home/vscode/.cache,type=volume", "source=jinni_home,target=/home/vscode,type=volume" ], "forwardPorts": [ 5173 ], "customizations": { "vscode": { "extensions": [ "ms-python.python", "ms-python.vscode-pylance", "ms-python.black-formatter", "charliermarsh.ruff", "anthropic.claude-code" // pre-installs the VS Code extension ], "settings": { "python.defaultInterpreterPath": "/usr/bin/python3", "python.linting.enabled": true, "python.linting.pylintEnabled": false, "python.formatting.provider": "black", "editor.formatOnSave": true, "[python]": { "editor.defaultFormatter": "ms-python.black-formatter" } } } }, "remoteUser": "vscode" }

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/smat-dev/jinni'

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