Project TTV MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Project TTV MCPInitialize the UV environment"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Project TTV MCP
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.pyRelated MCP server: Hello World MCP Server
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 MCPCreate 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-mcpConfiguration Options
Local Configuration
{
"mcpServers": {
"Demo": {
"command": "uv",
"args": [
"--directory",
"/Users/ram/Documents/mcp-stdio",
"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/ramsrk7/mcp-stdio"
]
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceA basic starter project for building Model Context Protocol (MCP) servers that enables standardized interactions between AI systems and various data sources through secure, controlled tool implementations.Last updated2
- -licenseCquality-maintenanceA simple boilerplate MCP server that provides a basic greeting tool for demonstration purposes. Serves as a starting template for developers to quickly create and deploy custom MCP servers.Last updated16
- Alicense-qualityDmaintenanceA minimal, well-structured starter template for building Model Context Protocol (MCP) servers using Python and the FastMCP framework. It includes boilerplate for tools, testing setup, and modern Python packaging to accelerate server development.Last updatedMIT
- Alicense-qualityBmaintenanceProduction-ready MCP server starter with authentication, observability, and a plugin system for building and deploying MCP servers quickly.Last updatedMIT
Related MCP Connectors
Primarily to be used as a template repository for developing MCP servers with FastMCP in Python, P…
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ramsrk7/mcp-stdio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server