# Together Code Interpreter MCP Server (verified)

Add the ability to execute/interpret code to your AI apps.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add togethercomputer/mcp-server-tci

# Browse available tools
npx -y smithery tool list togethercomputer/mcp-server-tci

# Get full schema for a tool
npx -y smithery tool get togethercomputer/mcp-server-tci run-code

# Call a tool
npx -y smithery tool call togethercomputer/mcp-server-tci run-code '{}'
```

## Tools (1)

- `run-code` — Run Python code in a secure environment

```bash
# Get full input/output schema for a tool
npx -y smithery tool get togethercomputer/mcp-server-tci <tool-name>
```
