Skip to main content

An MCP server for Freshrelease

Project description

Freshrelease MCP Server

smithery badge

An MCP server implementation that integrates with Freshrelease, enabling AI models to interact with Freshrelease projects and tasks.

Features

  • Freshrelease Integration: Seamless interaction with Freshrelease API endpoints
  • AI Model Support: Enables AI models to perform project/task operations through Freshrelease
  • Automated Project Management: Handle project and task creation and retrieval

Components

Tools

The server offers several tools for Freshrelease operations:

  • fr_create_project: Create a project

    • Inputs: name (string, required), description (string, optional)
  • fr_get_project: Get a project by ID or key

    • Inputs: project_identifier (number|string, required)
  • fr_create_task: Create a task under a project

    • Inputs: project_identifier (number|string, required), title (string, required), description (string, optional), assignee_id (number, optional), status (string, optional), due_date (YYYY-MM-DD, optional)
  • fr_get_task: Get a task by ID

    • Inputs: task_id (number, required)
  • fr_list_status_categories: List status categories (key→id and name→id)

    • Inputs: None
  • fr_get_status_category_id: Resolve status key to id

    • Inputs: key (todo | in_progress | done)
  • fr_get_status_category_id_from_name: Resolve human name to id

    • Inputs: name (Yet To Start | Work In Progress | Completed)
  • fr_list_status_category_names: List human-readable status names

    • Inputs: None

Getting Started

Installing via Smithery

If distributed via Smithery, install for Claude Desktop (example):

npx -y @smithery/cli install @dasscoax/freshrelease_mcp --client claude

Prerequisites

  • Freshrelease API access (domain + API key)
  • Freshrelease API key
  • uvx installed (pip install uv or brew install uv)

Configuration

  1. Obtain your Freshrelease API key
  2. Set up your Freshrelease domain and authentication details

Usage with Claude Desktop

  1. Install Claude Desktop if you haven't already
  2. Recommended: Use uvx to fetch and run from PyPI (no install needed). Add the following to your claude_desktop_config.json:
{
  "mcpServers": {
    "freshrelease-mcp": {
      "command": "uvx",
      "args": [
        "freshrelease-mcp"
      ],
      "env": {
        "FRESHRELEASE_API_KEY": "<YOUR_FRESHRELEASE_API_KEY>",
        "FRESHRELEASE_DOMAIN": "<YOUR_FRESHRELEASE_DOMAIN>"
      }
    }
  }
}

Important Notes:

  • Replace <YOUR_FRESHRELEASE_API_KEY> with your Freshrelease API key
  • Replace <YOUR_FRESHRELEASE_DOMAIN> with your Freshrelease domain (e.g., yourcompany.freshrelease.com)
  • Alternatively, you can install the package and point command directly to freshrelease-mcp.

Usage with Cursor

  1. Add the following to Cursor settings JSON (Settings → Features → MCP → Edit JSON):
{
  "mcpServers": {
    "freshrelease-mcp": {
      "command": "uvx",
      "args": [
        "freshrelease-mcp"
      ],
      "env": {
        "FRESHRELEASE_API_KEY": "<YOUR_FRESHRELEASE_API_KEY>",
        "FRESHRELEASE_DOMAIN": "<YOUR_FRESHRELEASE_DOMAIN>"
      }
    }
  }
}

Usage with VS Code (Claude extension)

  1. In VS Code settings (JSON), add:
{
  "claude.mcpServers": {
    "freshrelease-mcp": {
      "command": "uvx",
      "args": [
        "freshrelease-mcp"
      ],
      "env": {
        "FRESHRELEASE_API_KEY": "<YOUR_FRESHRELEASE_API_KEY>",
        "FRESHRELEASE_DOMAIN": "<YOUR_FRESHRELEASE_DOMAIN>"
      }
    }
  }
}

Example Operations

Once configured, you can ask Claude to perform operations like:

  • "Create a Freshrelease project named 'Roadmap Q4'"
  • "Get project 'ENG' details"
  • "Create a task 'Add CI pipeline' under project 'ENG'"
  • "What is the id for status category 'Yet To Start'?"

Testing

For testing purposes, you can start the server manually:

uvx freshrelease-mcp --env FRESHRELEASE_API_KEY=<your_api_key> --env FRESHRELEASE_DOMAIN=<your_domain>

Troubleshooting

  • Verify your Freshrelease API key and domain are correct
  • Ensure proper network connectivity to Freshrelease servers
  • Check API rate limits and quotas
  • Verify the uvx command is available in your PATH

License

This MCP server is licensed under the MIT License. See the LICENSE file in the project repository for full details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

freshrelease_mcp-1.2.1.tar.gz (44.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

freshrelease_mcp-1.2.1-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file freshrelease_mcp-1.2.1.tar.gz.

File metadata

  • Download URL: freshrelease_mcp-1.2.1.tar.gz
  • Upload date:
  • Size: 44.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.6

File hashes

Hashes for freshrelease_mcp-1.2.1.tar.gz
Algorithm Hash digest
SHA256 3e22769356c58e86b5ba6d26e1c95bb48e3ba46244e995902dd4dcd1eeb40103
MD5 a20113b5b7a85f65864c69e0c3b62cb3
BLAKE2b-256 2046bfb4e2ba38e148ad02a34d1308afb64e906e301c9423ae5288e5fb099dde

See more details on using hashes here.

File details

Details for the file freshrelease_mcp-1.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for freshrelease_mcp-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a864c72d0514a72a9ba45b6fb106de65c852ff63bd2480b4d92d2a963309fdcf
MD5 431df5dd2467fe90ddc3fd48f3dd5d7e
BLAKE2b-256 251bc0032d80811389a4219ca00bde534c5bc5f32ccc5d46498f92c8fee0a74c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page