Skip to main content
Glama

Vibe Coder MCP

by freshtechbro
.gitignore•1.86 kB
# Project-specific directories and files .env workflow-agent-files/ .claude/ .augment/ # Dependency directories node_modules/ jspm_packages/ # Build outputs dist/ build/ /tools/ *.tsbuildinfo # Configuration files with potential sensitive information claude_desktop_config*.json # Logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* .pnpm-debug.log* # Runtime data pids *.pid *.seed *.pid.lock # Testing coverage/ .nyc_output/ test-results.xml vitest.config.*.timestamp-* .vitest/ test/ */__tests__/ */tests/ */__integration__/ tests/ test-workflow-states/ test-npx/ # IDE - VSCode .vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json *.code-workspace .history/ AGENT.md AGENTS.md CLAUDE.md # IDE - JetBrains .idea/ *.iml *.iws *.ipr .idea_modules/ # IDE - Eclipse .project .classpath .settings/ # OS .DS_Store Thumbs.db ehthumbs.db Desktop.ini $RECYCLE.BIN/ # Temporary files *.swp *.swo *~ tmp/ temp/ # Environment .env.local .env.development.local .env.test.local .env.production.local # Miscellaneous .cache/ .parcel-cache/ .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ ignored-files.txt # Generated logs and results detailed_logs.txt lint-error.txt lint-results.txt test-results.json server.log # Cline specific files .clinerules/ memory-bank/ # Vibe Coder specific output (New name) VibeCoderOutput/ # Documentation (if not intended for commit) docs/ # Windsurf and Plan Documentation .windsurf/ plan_docs/ # Untracked file to ignore # Windsurf specific files .windsurf/ # Planning documents plan_docs/ /*-implementation-plan*.md /*-enhancement-plan*.md /*-plan-*.md /*-optimization-plan*.md /*-handover*.md /*plan*.md # E2E test directories e2e/ e2e # Temporary script files fix-*.sh remove-*.sh test-*.js # Duplicate files *\ 2.* *\ 3.*

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/freshtechbro/vibe-coder-mcp'

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