Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Project TTV

БесплатноНе проверен

A starter MCP service project that can be published to PyPI and run using UV.

GitHubEmbed

Описание

A starter MCP service project that can be published to PyPI and run using UV.

README

This repository contains instructions for setting up and running an MCP service that can be published to PyPI.

Setup Instructions

1. Initialize UV Environment

uv init --build-backend "hatchling"
uv add "mcp[cli]"

2. Create Project Structure

touch src/project_ttv_mcp/project_ttv_mcp.py

Package Development

To turn this MCP service into a Python package that can be published to PyPI:

  1. Update __init__.py to include a main() function that runs MCP
  2. Create a __main__.py script that calls the main function and serves as an entry point

Running the Service

Local Development

You can run this MCP service as a module using either of these methods:

uv run -m project-ttv-mcp

Configuration Options

Local Configuration

{
  "mcpServers": {
    "Demo": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/ram/Documents/J360-Repo/Project-TTV-MCP",
        "run",
        "-m",
        "project_ttv_mcp"
      ]
    }
  }
}

GitHub Repository Configuration

Using uvx to install dependencies in a temporary environment:

{
  "mcpServers": {
    "Demo": {
      "command": "uvx",
      "args": [
        "git+https://github.com/TrelisResearch/ADVANCED-inference#subdirectory=trelis-mcp/pypi-mcp-test"
      ]
    }
  }
}

from github.com/ramsrk7/mcp-stdio

Установка Project TTV

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/ramsrk7/mcp-stdio

FAQ

Project TTV MCP бесплатный?

Да, Project TTV MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Project TTV?

Нет, Project TTV работает без API-ключей и переменных окружения.

Project TTV — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Project TTV в Claude Desktop, Claude Code или Cursor?

Открой Project TTV на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Project TTV with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development