We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jkoelker/schwab-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
build/
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
*.html
# Go workspace file
go.work
# OS specific files
.DS_Store
Thumbs.db
# IDE/Editor folders
.idea/
.vscode/
*.swp
*.swo
*~
# Log files
*.log
# Build artifacts
/bin/
/tmp/
# Dependency directories
/vendor/
# Claude-specific files
claude_compact_history.txt
claude_compact_recent.txt
CLAUDE.md
TODO.md
AGENTS.md
info/
# Environment files
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv
venv/
ENV/
env/
*.egg
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/