Labsco
geekbot-com logo

Geekbot MCP

โ˜… 22

from geekbot-com

An MCP server that integrates Geekbot data and tools with AI models.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup

Geekbot MCP

smithery badge

Unlock your Geekbot data within your LLM applications ๐Ÿš€

Geekbot MCP (Model Context Protocol) server acts as a bridge, connecting LLM client applications (like Claude, Cursor, Windsurf, etc.) directly to your Geekbot workspace. This allows you to interact with your standups, reports, and team members seamlessly within your conversations using natural language.

Key Features โœจ

  • Access Standup and Poll Information: List all standups and polls in your Geekbot workspace. ๐Ÿ“Š
  • Retrieve Standup Reports and Poll Results: Fetch reports and poll results with filters for specific standups, users, or date ranges. ๐Ÿ“„
  • View Team Members: Get a list of members you collaborate with in Geekbot. ๐Ÿ‘ฅ
  • Post Standup Reports: Post a standup report to Geekbot. ๐Ÿ“

Check the video:

Alt text

Development ๐Ÿง‘โ€๐Ÿ’ป

Interested in contributing or running the server locally?

Setup Development Environment

# 1. Clone the repository
git clone https://github.com/geekbot-com/geekbot-mcp.git
cd geekbot-mcp

# 2. Install uv (if needed)
# curl -LsSf https://astral.sh/uv/install.sh | sh

# 3. Create a virtual environment and install dependencies
uv sync

Running Tests โœ…

# Ensure dependencies are installed (uv sync)
pytest