Skip to main content

Project Six Model Context Protocol (MCP) server

Project description

projectsix-expert

One Model Context Protocol (MCP) server

Prerequisites

  1. Install uv from Astral or the GitHub README
  2. Install Python using uv python install 3.13

Installation

Install the MCP server:

uv tool install mylabs-mcp.projectsix-expert --force 

Add the server to your MCP client config (e.g. ~/.cursor-server/data/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json):

{
  "mcpServers": {
    "mylabs_mcp.projectsix_expert": {
      "command": "uvx",
      "args": [
        "--from",
        "mylabs-mcp-projectsix-expert",
        "projectsix-expert"
      ],
      "env": {
        "SHELL": "/usr/bin/zsh"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Development

  1. Set up the development environment:
uv sync --all-groups
  1. Run the server:
uv run mylabs-mcp.projectsix-expert/server.py
  1. Install pre-commit hooks:
GIT_CONFIG=/dev/null pre-commit install

Running the Server

Run the server with default stdio transport:

uv run mylabs-mcp.projectsix-expert/server.py

Or with SSE transport on a specific port:

uvx projectsix-expert/server.py --sse --port 8888

Customizing the Server

  1. Edit projectsix_expert/server.py to implement your MCP tools and resources
  2. Add dependencies to pyproject.toml with uv add <dependency>
  3. Update tests and documentation as needed
  4. Build the project: uv build
  5. Push the changes: git push
  6. Create a release: uv run cz bump
  7. Tag the release: git push --tags

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

mylabs_mcp_projectsix_expert-0.1.0.tar.gz (21.0 kB view details)

Uploaded Source

Built Distribution

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

mylabs_mcp_projectsix_expert-0.1.0-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file mylabs_mcp_projectsix_expert-0.1.0.tar.gz.

File metadata

File hashes

Hashes for mylabs_mcp_projectsix_expert-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1a4fada4f58994a7b681e6ec801b022d03548c9eddd55daa04b6f9e61779e412
MD5 59dbfd2d8f15b64d9be7565586049a72
BLAKE2b-256 65b9eb40d37ac28fc1deac6f10a3325f1c9af7d1a333a500e6acb1374df4091b

See more details on using hashes here.

File details

Details for the file mylabs_mcp_projectsix_expert-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mylabs_mcp_projectsix_expert-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b79fa802bb5183729f56a1a4cb27cacb3ef20756a7a58c33085d31c8d49053c1
MD5 a27ad7fbc0286cda2e134fee05242cb0
BLAKE2b-256 30d347c3879eaf9deb315de916deba4b8ddd919cf7a553a8b8dd60272da28887

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