Skip to main content
Glama

Bear MCP Server

by philgetzen
.gitignore969 B
# Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* .pnpm-store/ # Build output dist/ build/ out/ *.tsbuildinfo .next/ # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ .project .classpath .c9/ *.sublime-workspace # OS files .DS_Store Thumbs.db desktop.ini # Logs logs/ *.log # Testing coverage/ .nyc_output/ *.lcov # Temporary files *.tmp *.temp .cache/ tmp/ temp/ # Package files *.tgz *.tar.gz *.zip # TypeScript cache *.tscache .tscache/ # Optional npm cache directory .npm/ # Optional eslint cache .eslintcache # Optional stylelint cache .stylelintcache # Yarn .yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.* # Bear MCP specific bear-token.json credentials.json *.sqlite *.db # Backup files *.bak *.backup *~ # Lock files (keep 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/philgetzen/bear-mcp'

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