local-mcp-server

dduzgun-security/local-mcp-server

3.1

If you are the rightful owner of local-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A demo local MCP Server to experiment with various functionalities and integrations.

local-mcp-server

A demo local MCP Server to experiment things out.

Creating a Python MCP Server

uv init mcp-server-1
cd mcp-server-1
uv add "mcp[cli]"
uv add psycopg2

Running the MCP Server in Claude Desktop

uv run mcp install main.py uv run mcp install main.py -f .env

Running the MCP Server in dev mode

POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres uv run mcp dev main.py