{"id":51181534,"url":"https://github.com/perseus-computing-llc/slack-perseus-agent","last_synced_at":"2026-06-27T07:03:23.864Z","repository":{"id":366011059,"uuid":"1274716641","full_name":"Perseus-Computing-LLC/slack-perseus-agent","owner":"Perseus-Computing-LLC","description":"Perseus-powered Slack agent via MCP — live project context for developer teams. Built for the Slack Agent Builder Challenge 2026.","archived":false,"fork":false,"pushed_at":"2026-06-19T21:56:57.000Z","size":4964,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-19T22:18:12.570Z","etag":null,"topics":["agent","ai","developer-tools","hackathon","mcp","perseus","slack"],"latest_commit_sha":null,"homepage":"https://slackhack.devpost.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Perseus-Computing-LLC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-06-19T20:16:14.000Z","updated_at":"2026-06-19T21:57:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Perseus-Computing-LLC/slack-perseus-agent","commit_stats":null,"previous_names":["perseus-computing-llc/slack-perseus-agent"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Perseus-Computing-LLC/slack-perseus-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Perseus-Computing-LLC%2Fslack-perseus-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Perseus-Computing-LLC%2Fslack-perseus-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Perseus-Computing-LLC%2Fslack-perseus-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Perseus-Computing-LLC%2Fslack-perseus-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Perseus-Computing-LLC","download_url":"https://codeload.github.com/Perseus-Computing-LLC/slack-perseus-agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Perseus-Computing-LLC%2Fslack-perseus-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34844350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","ai","developer-tools","hackathon","mcp","perseus","slack"],"created_at":"2026-06-27T07:03:23.018Z","updated_at":"2026-06-27T07:03:23.853Z","avatar_url":"https://github.com/Perseus-Computing-LLC.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Perseus for Slack — Live Context for Developer Teams\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n[![Slack Agent Builder Challenge](https://img.shields.io/badge/Slack-2026_Hackathon-4A154B?logo=slack)](https://slackhack.devpost.com/)\n\n**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.\n\nBuilt for the **Slack Agent Builder Challenge 2026** (New Slack Agent track) using **Perseus MCP server integration**.\n\n## What it does\n\n- `@perseus services` — check service health from Slack\n- `@perseus memory \u003ctopic\u003e` — recall team decisions and context\n- `@perseus search \u003cquery\u003e` — find code across the project\n- `@perseus onboard` — new team member context dump\n- `@perseus ask \u003cquestion\u003e` — natural language project queries\n\n## Architecture\n\n```\nSlack User → Slack Agent (Bolt) → MCP → Perseus Server\n                                        ├── perseus_services (health)\n                                        ├── perseus_memory  (Mimir recall)\n                                        ├── perseus_read    (file inspection)\n                                        ├── perseus_list    ─┐ code search:\n                                        │                    ├─ enumerate + grep\n                                        ├── perseus_read    ─┘ (client-side)\n                                        └── perseus_get_context (NL context)\n```\n\n## Why MCP\n\nThe 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.\n\n## Quickstart\n\n```bash\npip install -r requirements.txt\ncp .env.example .env  # fill in SLACK_BOT_TOKEN, PERSEUS_MCP_URL\npython src/app.py\n```\n\n## Project structure\n\n```\n├── src/           # Slack Bolt agent (Python)\n│   ├── app.py     # Main app, mentions + slash commands\n│   ├── mcp_client.py  # MCP client (Perseus server)\n│   ├── handlers.py    # Intent routing\n│   └── blocks.py      # Slack Block Kit formatters\n├── demo/          # Demo video script + transcript\n├── docs/          # Architecture docs + submission\n└── assets/        # Architecture diagram\n```\n\n## Hackathon\n\n- **Challenge:** [Slack Agent Builder Challenge](https://slackhack.devpost.com/)\n- **Track:** New Slack Agent (MCP server integration)\n- **Deadline:** July 13, 2026\n- **Prize:** $42,000 + Dreamforce trip\n\n## License\n\nMIT — [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperseus-computing-llc%2Fslack-perseus-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperseus-computing-llc%2Fslack-perseus-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperseus-computing-llc%2Fslack-perseus-agent/lists"}