Skip to main content
Glama

Claude Slack

__init__.pyโ€ข591 B
""" Claude-Slack Infrastructure API Simplified infrastructure for AI agent knowledge management with Qdrant. """ from .unified_api import ClaudeSlackAPI from .models import AgentInfo, DMPolicy, Discoverability from .exceptions import StorageError, QueryError, ValidationError from .config import Config from .ranking import RankingProfile, RankingProfiles __version__ = "4.1.0" __all__ = [ "ClaudeSlackAPI", "AgentInfo", "DMPolicy", "Discoverability", "StorageError", "QueryError", "ValidationError", "Config", "RankingProfile", "RankingProfiles" ]

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/theo-nash/claude-slack'

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