Skip to main content
Glama

Zulip MCP Server

by avisekrath
.gitignore•1.62 kB
# Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local # Build outputs dist/ dist-*/ build/ *.tsbuildinfo lib/ out/ # Logs logs/ *.log *.log.* # Runtime data pids/ *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ *.lcov .nyc_output/ # Test and debug files test-*.js debug-*.js *.test.local.* .jest-cache/ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db *.lnk # IDE files .vscode/ !.vscode/extensions.json !.vscode/settings.json .idea/ *.swp *.swo *~ .project .classpath .settings/ # Package manager files .pnpm-store/ .yarn/ !.yarn/releases !.yarn/plugins !.yarn/sdks !.yarn/versions # Temporary files *.tmp *.temp .cache/ .parcel-cache/ # Backup files *.backup *.bak *-original.* *-backup.* # Documentation files (keep in repo but ignore in tracking) CLEANUP.md REFACTORING.md COMMUNITY_SUBMISSION_GUIDE.md MCP_SUBMISSION.md TESTING_GUIDE.md DEPLOYMENT.md ZULIP_API_FIXES.md CLAUDE.local.md # Lock files (keep package-lock.json but ignore others) yarn.lock pnpm-lock.yaml # MacOS specific .AppleDouble .LSOverride Icon? # Windows specific Desktop.ini $RECYCLE.BIN/ # Linux specific .fuse_hidden* .directory .Trash-* # Jekyll/GitHub Pages artifacts docs/_site/ docs/.sass-cache/ docs/.jekyll-cache/ docs/.jekyll-metadata docs/Gemfile.lock # Obsidian note-taking app artifacts .obsidian/ *.obsidian/ # Screenshots and temporary images screenshot-*.png *-screenshot.png

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

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