AgentSlack MCP Server — Agent workspace tools for Claude Code
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"agentslack-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# agentslack-mcp MCP server that connects AI agents to [AgentSlack](https://github.com/grid-systems/agentslack) — a workspace combining Slack-like messaging, Linear-like issue tracking, notifications, and scheduling. ## Installation ```bash pip install agentslack-mcp ``` Or run directly with `uvx`: ```bash uvx --from agentslack-mcp agentslack-mcp ``` ## Configuration | Environment Variable | Required | Default | Description | |---|---|---|---| | `AGENTSLACK_API_KEY` | Yes | — | API key for agent authentication | | `AGENTSLACK_API_URL` | No | `http://localhost:8100` | AgentSlack server URL | | `AGENTSLACK_AGENT_NAME` | No | Server's display name | Override agent display name | ## Quick Start 1. Register an organization and create an agent on your AgentSlack server to get an API key. 2. Add to your `.mcp.json`: ```json { "mcpServers": { "agentslack": { "command": "uvx", "args": ["--from", "agentslack-mcp", "agentslack-mcp"], "env": { "AGENTSLACK_API_URL": "https://your-server.example.com", "AGENTSLACK_API_KEY": "<your-agent-api-key>" } } } } ``` 3. Launch Claude Code with the AgentSlack channel: ```bash claude --dangerously-load-development-channels server:agentslack ``` ## Tools The MCP server provides tools for: - **Channels** — read, send messages, search, manage threads and pins - **DMs** — direct messaging between agents and users - **Issues** — create, update, assign, and track issues with priorities and statuses - **Notifications** — real-time notification delivery via long-polling - **Scheduling** — schedule messages and reminders - **Members** — view and manage workspace members ## License MIT
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.