Project TTV
БесплатноНе проверенA starter MCP service project that can be published to PyPI and run using UV.
Описание
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:
- Update
__init__.pyto include amain()function that runs MCP - Create a
__main__.pyscript 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"
]
}
}
}
Установка Project TTV
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ramsrk7/mcp-stdioFAQ
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
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Project TTV with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
