Skip to main content
Glama

My UV MCP Server

by rkram90
notes.txt•1.01 kB
UV Modern Python Package Manager -------------------------------- | Action | Command | | ------------------ | ------------------- | | Create new project | `uv init myproject` | | Install package | `uv add requests` | | Run Python file | `uv run script.py` | | List dependencies | `uv tree` | | Sync dependencies | `uv sync` | 🧩 Complete Steps to Create and Run a Simple MCP Server Using uv | Step | Command | Description | | ---- | -------------------------- | ----------------------------- | | 1 | `uv init my-mcp-server` | Create new Python MCP project | | 2 | `uv add mcp[cli]` | Add MCP SDK with CLI | | 3 | `source venv/bin/activate` | Activate virtual environment | | 4 | `server.py` | Write your server code | | 5 | `mcp dev server.py` | Test and debug MCP server | | 6 | `mcp install server.py` | Add it to Claude Desktop |

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/rkram90/mcp-demo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server