stash-mcp


Namestash-mcp JSON
Version 1.2.0 PyPI version JSON
download
home_pageNone
SummaryA Model Context Protocol (MCP) server for Stash issue analysis and task management
upload_time2025-08-27 19:45:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords ai claude-code copilot cursor issue-analysis llm mcp model-context-protocol stash task-management
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Stash MCP Server

[![PyPI version](https://badge.fury.io/py/stash-mcp.svg)](https://badge.fury.io/py/stash-mcp)
[![Python versions](https://img.shields.io/pypi/pyversions/stash-mcp.svg)](https://pypi.org/project/stash-mcp/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A Model Context Protocol (MCP) server for Stash issue analysis. This server enables AI assistants to interact with your Stash instance to analyze issues, find similar content, and identify subject matter experts.

## Features

- **Issue Analysis**: Get detailed analysis for specific issues including similar content discovery
- **Task Management**: List and manage tasks assigned to the authenticated user
- **Secure Authentication**: Uses MCP tokens for secure API access

## Configuration

The server requires the following environment variables:

- `STASH_API_BASE`: Base URL for your Stash API
- `STASH_MCP_TOKEN`: Your Stash MCP authentication token

You can get these environment variables from your [Stash account](https://usestash.com).

### With Copilot, Cursor, or Claude Code

Add this to your IDE MCP configuration file:

```json
{
  "mcpServers": {
    "stash": {
      "command": "uvx",
      "args": ["stash-mcp"],
      "env": {
        "STASH_API_BASE": "stash-api-base-url",
        "STASH_MCP_TOKEN": "your-mcp-token-here"
      }
    }
  }
}
```

### Available Tools

#### `list_my_tasks`

Lists all tasks assigned to the authenticated user, grouped by categories.

#### `get_issue_analysis`

Get detailed analysis for a specific issue including:

- Similar issues
- Related documents
- Relevant code files
- Subject matter experts

## Requirements

- Python 3.10 or higher
- Valid [Stash account](https://usestash.com) with MCP access
- Network access to your Stash instance

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Support

For support and questions, See [Stash Documentation](https://docs.usestash.com/mcp/stash-mcp).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "stash-mcp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Stash Team <ayberk@usestash.com>",
    "keywords": "ai, claude-code, copilot, cursor, issue-analysis, llm, mcp, model-context-protocol, stash, task-management",
    "author": null,
    "author_email": "Stash Team <ayberk@usestash.com>",
    "download_url": "https://files.pythonhosted.org/packages/7e/86/3e56403b8d8c71c318244fe27c2d6653feedb463bccb7b114c4db1a54645/stash_mcp-1.2.0.tar.gz",
    "platform": null,
    "description": "# Stash MCP Server\n\n[![PyPI version](https://badge.fury.io/py/stash-mcp.svg)](https://badge.fury.io/py/stash-mcp)\n[![Python versions](https://img.shields.io/pypi/pyversions/stash-mcp.svg)](https://pypi.org/project/stash-mcp/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nA Model Context Protocol (MCP) server for Stash issue analysis. This server enables AI assistants to interact with your Stash instance to analyze issues, find similar content, and identify subject matter experts.\n\n## Features\n\n- **Issue Analysis**: Get detailed analysis for specific issues including similar content discovery\n- **Task Management**: List and manage tasks assigned to the authenticated user\n- **Secure Authentication**: Uses MCP tokens for secure API access\n\n## Configuration\n\nThe server requires the following environment variables:\n\n- `STASH_API_BASE`: Base URL for your Stash API\n- `STASH_MCP_TOKEN`: Your Stash MCP authentication token\n\nYou can get these environment variables from your [Stash account](https://usestash.com).\n\n### With Copilot, Cursor, or Claude Code\n\nAdd this to your IDE MCP configuration file:\n\n```json\n{\n  \"mcpServers\": {\n    \"stash\": {\n      \"command\": \"uvx\",\n      \"args\": [\"stash-mcp\"],\n      \"env\": {\n        \"STASH_API_BASE\": \"stash-api-base-url\",\n        \"STASH_MCP_TOKEN\": \"your-mcp-token-here\"\n      }\n    }\n  }\n}\n```\n\n### Available Tools\n\n#### `list_my_tasks`\n\nLists all tasks assigned to the authenticated user, grouped by categories.\n\n#### `get_issue_analysis`\n\nGet detailed analysis for a specific issue including:\n\n- Similar issues\n- Related documents\n- Relevant code files\n- Subject matter experts\n\n## Requirements\n\n- Python 3.10 or higher\n- Valid [Stash account](https://usestash.com) with MCP access\n- Network access to your Stash instance\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Support\n\nFor support and questions, See [Stash Documentation](https://docs.usestash.com/mcp/stash-mcp).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Model Context Protocol (MCP) server for Stash issue analysis and task management",
    "version": "1.2.0",
    "project_urls": {
        "Documentation": "https://docs.usestash.com/mcp/stash-mcp",
        "Homepage": "https://usestash.com"
    },
    "split_keywords": [
        "ai",
        " claude-code",
        " copilot",
        " cursor",
        " issue-analysis",
        " llm",
        " mcp",
        " model-context-protocol",
        " stash",
        " task-management"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ad84a08c6320948a277e28e23cbc82195a58237f7a445a9afbea281a0ee7eb1a",
                "md5": "4c7c3158567702fbb6a5d73064cc065e",
                "sha256": "44d5eb34e581c9b7e82cf777ba476eafb9db0a147afec251f8837fe480061b0a"
            },
            "downloads": -1,
            "filename": "stash_mcp-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c7c3158567702fbb6a5d73064cc065e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6760,
            "upload_time": "2025-08-27T19:45:43",
            "upload_time_iso_8601": "2025-08-27T19:45:43.427816Z",
            "url": "https://files.pythonhosted.org/packages/ad/84/a08c6320948a277e28e23cbc82195a58237f7a445a9afbea281a0ee7eb1a/stash_mcp-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e863e56403b8d8c71c318244fe27c2d6653feedb463bccb7b114c4db1a54645",
                "md5": "012c46313a1ec1800b3b65498975f09f",
                "sha256": "5b896ff97550acf35ef2a04f24669f4851ed948a3dec40ce807a906bb31d8057"
            },
            "downloads": -1,
            "filename": "stash_mcp-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "012c46313a1ec1800b3b65498975f09f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 36480,
            "upload_time": "2025-08-27T19:45:44",
            "upload_time_iso_8601": "2025-08-27T19:45:44.865218Z",
            "url": "https://files.pythonhosted.org/packages/7e/86/3e56403b8d8c71c318244fe27c2d6653feedb463bccb7b114c4db1a54645/stash_mcp-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-27 19:45:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "stash-mcp"
}
        
Elapsed time: 1.57255s