Skip to main content
Glama

Perseus for Slack — Live Context for Developer Teams

License: MIT Slack Agent Builder Challenge

Perseus brings live project context into Slack via MCP — answering "what's running?", "what did we decide?", and "where's that code?" so developer teams ship faster without leaving chat.

Built for the Slack Agent Builder Challenge 2026 (New Slack Agent track) using Perseus MCP server integration.

What it does

  • @perseus services — check service health from Slack

  • @perseus memory <topic> — recall team decisions and context

  • @perseus search <query> — find code across the project

  • @perseus onboard — new team member context dump

  • @perseus ask <question> — natural language project queries

Related MCP server: Slack Notifier MCP

Architecture

Slack User → Slack Agent (Bolt) → MCP → Perseus Server
                                        ├── @services (health)
                                        ├── @memory (Mimir recall)
                                        ├── @read (file inspection)
                                        ├── @search (code search)
                                        └── @query (NL context)

Why MCP

The Slack challenge requires MCP server integration, Slack AI, or Real-Time Search. Perseus ships as a production MCP server with 27+ tools for context resolution — we're wiring real infrastructure into Slack, not building a toy.

Quickstart

pip install -r requirements.txt
cp .env.example .env  # fill in SLACK_BOT_TOKEN, PERSEUS_MCP_URL
python src/app.py

Project structure

├── src/           # Slack Bolt agent (Python)
│   ├── app.py     # Main app, mentions + slash commands
│   ├── mcp_client.py  # MCP client (Perseus server)
│   ├── handlers.py    # Intent routing
│   └── blocks.py      # Slack Block Kit formatters
├── demo/          # Demo video script + transcript
├── docs/          # Architecture docs + submission
└── assets/        # Architecture diagram

Hackathon

License

MIT — LICENSE

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/Perseus-Computing-LLC/slack-perseus-agent'

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