Skip to main content
Glama
cbunting99

MCP Code Analysis & Quality Server

by cbunting99
.gitignore2.12 kB
// Copyright 2025 Chris Bunting // Brief: Git ignore configuration for MCP Code Analysis & Quality Server // Scope: Files and directories to exclude from version control # Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Build outputs dist/ build/ *.tsbuildinfo *.js.map *.d.ts.map # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local .env.*.local !.env.example .env.*.local # IDE files .vscode/ .idea/ *.swp *.swo *~ !.vscode/extensions.json !.vscode/settings.json !.editorconfig .vscode/settings.json .vscode/launch.json # OS files .DS_Store Thumbs.db *.tmp *.temp # Test coverage coverage/ .nyc_output/ *.lcov coverage.lcov # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Runtime data pids/ *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ *.lcov # nyc test coverage .nyc_output # Dependency directories jspm_packages/ # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # dotenv environment variables file .env .env.test # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache # next.js build output .next # nuxt.js build output .nuxt # vuepress build output .vuepress/dist # Serverless directories .serverless/ # FuseBox cache .fusebox/ # DynamoDB Local files .dynamodb/ # TernJS port file .tern-port # MCP-specific files .mcp/ mcp-servers/ *.mcp # Docker .dockerignore docker-compose.override.yml # Temporary files *.bak *.backup *.orig *.rej # Package manager lock files (uncomment if using different package manager) # package-lock.json # yarn.lock # pnpm-lock.yaml # Build artifacts packages/*/dist/ packages/*/*.tsbuildinfo # Cache directories .cache/ .tmp/ .temp/ # Stores VSCode versions used for testing VSCode extensions .vscode-test # Docker .dockerignore # Temporary files tmp/ temp/ # Package manager lock files (optional - depends on team preference) # package-lock.json # yarn.lock

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/cbunting99/mcp-code-analysis-server'

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