Skip to main content
Glama

MCP Vibe Coding Knowledge Graph

by sascodiego
.gitignore3.16 kB
# MCP Vibe Coding Knowledge Graph - .gitignore # ⚠️ ALPHA SOFTWARE - NOT TESTED IN PRODUCTION # This system is in early development phase and should not be used in production environments # Node.js dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* pnpm-debug.log* # Runtime data pids *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ *.lcov # nyc test coverage .nyc_output # Grunt intermediate storage .grunt # Bower dependency directory bower_components # node-waf configuration .lock-wscript # Compiled binary addons build/Release # Dependency directories jspm_packages/ # TypeScript cache *.tsbuildinfo # Optional npm cache directory .npm # Optional eslint cache .eslintcache # 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 # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local # Parcel-bundler cache .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 # Rollup.js default build output dist/ # Vuepress build output .vuepress/dist # Serverless directories .serverless/ # FuseBox cache .fusebox/ # DynamoDB Local files .dynamodb/ # TernJS port file .tern-port # ⚠️ KUZU DATABASE FILES - ALPHA WARNING # The database system is experimental and may cause data loss # DO NOT use in production without proper backup strategies .kg-context/temp/ .kg-context/cache/ .kg-context/logs/ .kg-context/backups/*.tmp .kg-context/knowledge-graph.kuzu.lock .kg-context/knowledge-graph.kuzu.wal .kg-context/knowledge-graph.kuzu.tmp* # Configuration files with potential secrets .mcp-vibe-config.json config/local.json config/development.json config/production.json # Log files logs/ *.log error.log combined.log debug.log # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # IDE and Editor files .vscode/ .idea/ *.swp *.swo *~ # Test files and outputs test-results/ test-output/ playwright-report/ .nyc_output/ # Build artifacts dist/ build/ lib/ out/ # Temporary files tmp/ temp/ *.tmp *.temp # Backup files *.backup *.bak *.old # Archive files *.zip *.tar *.tar.gz *.rar *.7z # Personal notes and development files TODO.md NOTES.md personal-* scratch.* # Claude Desktop configuration (contains sensitive paths) claude_desktop_config.json # Generated documentation (if auto-generated) docs/generated/ # Performance profiling outputs *.cpuprofile *.heapprofile profile-* # Security scan outputs security-report.* vulnerability-report.* # Development artifacts *.dev *.development # Package manager locks (optional - uncomment if needed) # package-lock.json # yarn.lock # pnpm-lock.yaml

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/sascodiego/KGsMCP'

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