Skip to main content
Glama

MCP Fullstack

by JacobFV
.gitignoreโ€ข3.15 kB
# Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* # Build outputs dist/ build/ *.tsbuildinfo *.js.map # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* # Runtime data pids/ *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ *.lcov # nyc test coverage .nyc_output/ # node-waf configuration .lock-wscript # Compiled binary addons (https://nodejs.org/api/addons.html) build/Release/ # Dependency directories jspm_packages/ # Snowpack dependency directory (https://snowpack.dev/) web_modules/ # TypeScript cache *.tsbuildinfo # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Optional stylelint cache .stylelintcache # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache # Next.js build output .next out # Nuxt.js build / generate output .nuxt dist # Gatsby files .cache/ public # Storybook build outputs .out .storybook-out storybook-static # Temporary folders tmp/ temp/ # Editor directories and files .vscode/ !.vscode/extensions.json .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # MCP Fullstack specific files # Browser session recordings recordings/ *.mp4 *.webm *.mov # Browser screenshots and temp files screenshots/ browser-temp/ frames_*/ recording_*.mp4 recording_*.png # Database files (for local development) *.db *.sqlite *.sqlite3 test.db dev.db # Service management files service.log daemon.log *.service *.plist # Tracking and analytics temp files mcp-tracking/ posthog-temp/ # Chrome/WebDriver temp files chrome-temp/ selenium-temp/ webdriver-temp/ # FFmpeg temp files ffmpeg-temp/ video-temp/ # Secrets and keys (additional protection) *.key *.pem *.p12 *.pfx secrets.json config.json # Test files and artifacts test-results/ coverage/ junit.xml test-output/ # Docker .dockerignore Dockerfile docker-compose.yml docker-compose.override.yml # Certificates *.cert *.crt *.ca-bundle # Local development files .local/ local-config.json dev-config.json # Sharp native binaries (can be large) sharp/ # Service worker cache sw-cache/ # PWA build artifacts dashboard/dist/ dashboard/build/ dashboard/.vite/ # Platform-specific service files windows-service/ macos-launchagent/ linux-systemd/ # Backup files *.bak *.backup *~ *.orig # IDE files *.iml .project .metadata .classpath .settings/ # Python bytecode (in case of Python dependencies) __pycache__/ *.py[cod] *$py.class # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Pytest .pytest_cache/ # mypy .mypy_cache/ .dmypy.json dmypy.json # Generated documentation docs/_build/ # Sentry .sentryclirc

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/JacobFV/mcp-fullstack'

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