Skip to main content

Project Four Model Context Protocol (MCP) server

Project description

projectfour-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.projectfour-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.projectfour_expert": {
      "command": "uvx",
      "args": [
        "--from",
        "mylabs-mcp-projectfour-expert",
        "projectfour-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.projectfour-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.projectfour-expert/server.py

Or with SSE transport on a specific port:

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

Customizing the Server

  1. Edit projectfour_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_projectfour_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_projectfour_expert-0.1.0-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for mylabs_mcp_projectfour_expert-0.1.0.tar.gz
Algorithm Hash digest
SHA256 202db62fe03edef75a0c0ed60473cdd2ed4378fbf42b01ee34f11fe438f6d185
MD5 1f88863067ac25d0ce44f23470e45f34
BLAKE2b-256 888f66623c11e819f4985822730863b95a9273218cead1296497eb67ad28e432

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mylabs_mcp_projectfour_expert-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 57e885256501f2c9d486d3da38b781f46e553b81f6a33d932d6542f981cdedbb
MD5 1911b5f827ef3f09b8c46c837e4f1834
BLAKE2b-256 d2c1bd2907e74965843e957cdc525db0fb9dbce8707d632f145d978c7712de21

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