Skip to main content
Glama

@profullstack/mcp-server

by profullstack
.gitignore1.68 kB
# Dependency directories node_modules/ jspm_packages/ # Package manager logs npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* .pnpm-store/ # Build outputs dist/ build/ out/ .output/ .nuxt/ .next/ .cache/ # Environment variables and secrets .env .env.* !.env.example .env.local .env.development.local .env.test.local .env.production.local # Coverage directory used by tools like istanbul coverage/ *.lcov # Testing .nyc_output/ # Logs logs *.log # Runtime data pids *.pid *.seed *.pid.lock # Directory for instrumented libs generated by jscoverage/JSCover lib-cov/ # 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/ # Editor directories and files .idea/ .vscode/* !.vscode/extensions.json !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json *.suo *.ntvs* *.njsproj *.sln *.sw? .DS_Store Thumbs.db desktop.ini data/ # Temporary files *.tmp *.temp .temp/ tmp/ # Debug files debug/ .debug/ # Local files *.local # Serverless directories .serverless/ # FuseBox cache .fusebox/ # DynamoDB Local files .dynamodb/ # TernJS port file .tern-port # Stores VSCode versions used for testing VSCode extensions .vscode-test # yarn v2 .yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.* # MCP modules dependencies and build artifacts mcp_modules/*/node_modules/ mcp_modules/*/pnpm-lock.yaml mcp_modules/*/package-lock.json mcp_modules/*/yarn.lock mcp_modules/*/dist/ mcp_modules/*/build/ mcp_modules/*/.nyc_output/ mcp_modules/*/coverage/

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/profullstack/mcp-server'

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