Dockerized read-only MCP server for securely exposing local workspace files to ChatGPT through OpenAI Secure MCP Tunnel, with optional Amazon Cognito OAuth authentication.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"smt-mcp-server-poc": {
"command": "uvx",
"args": [
"smt-mcp-server-poc"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add smt-mcp-server-poc uvx smt-mcp-server-poc
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"smt-mcp-server-poc": {
"command": "uvx",
"args": [
"smt-mcp-server-poc"
]
}
}
}
📋 Copy
Or install with pip: pip install smt-mcp-server-poc