mcp-server-deatils

mcp-server-deatils

3.3

This document provides a structured overview of a Model Context Protocol (MCP) server setup, specifically for a local server configuration using a cloud configuration file on a Windows operating system.

In pov of Windows OS

configuration of server (present at locally) with cluade config file:

"trello-local": {
  "command": "uv",
  "args": [
    "run",
    "--directory",
    "C:\\Users\\varun\\Desktop\\MCP_testings\\mcp-trello",
    "mcp_trello\\server.py"
  ],
  "env": {
    "TRELLO_API_KEY": "APIKEY",
    "TRELLO_TOKEN": "KEY"
  }
}