Perseus for Slack
Brings live project context into Slack via MCP, enabling developer teams to check service health, recall team decisions, search code, and query project context directly from chat.
README
Perseus for Slack — Live Context for Developer Teams
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
Architecture
Slack User → Slack Agent (Bolt) → MCP → Perseus Server
├── perseus_services (health)
├── perseus_memory (Mimir recall)
├── perseus_read (file inspection)
├── perseus_list ─┐ code search:
│ ├─ enumerate + grep
├── perseus_read ─┘ (client-side)
└── perseus_get_context (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
- Challenge: Slack Agent Builder Challenge
- Track: New Slack Agent (MCP server integration)
- Deadline: July 13, 2026
- Prize: $42,000 + Dreamforce trip
License
MIT — LICENSE
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.