Skip to main content
Glama

example-mcp-server-streamable-http-stateless

by yigitkonur
.gitignoreβ€’987 B
# Dependencies node_modules/ # Build outputs dist/ build/ out/ # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local # Logs *.log logs/ # Runtime data *.pid *.seed *.pid.lock pids/ # Coverage directory used by tools like istanbul coverage/ *.lcov .nyc_output # Cache directories .cache/ .parcel-cache .eslintcache .prettiercache *.tsbuildinfo .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ # Package manager files npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* .yarn-integrity *.tgz .npm # OS generated files .DS_Store Thumbs.db # IDE files .vscode/ .idea/ *.swp *.swo # Temporary files *.tmp *.temp temp/ tmp/ # MCP specific mcp-*.json.bak *.mcp.log # Server state (stateless server shouldn't have these) .state/ state.json session-*.json # Secrets secrets/ .secrets *.pem *.key *.crt # Docker development overrides docker-compose.override.yml # Monitoring and profiling *.prof *.heapsnapshot

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/yigitkonur/example-mcp-server-streamable-http-stateless'

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