@unthread-io/mcp-server
v1.0.0
Published
Unthread MCP Server
Readme
unthread-mcp-server
Unthread MCP Server
Usage
Claude Code and others:
{
"mcpServers": {
"unthread": {
"command": "npx",
"args": [
"-y",
"@unthread-io/mcp-server@latest"
],
"env": {
"UNTHREAD_API_KEY": "<YOUR_UNTHREAD_API_KEY>"
}
}
}
}Can also be run in HTTP mode:
npx -y @unthread-io/mcp-server@latest --transport http --port 3001 --api-key <YOUR_UNTHREAD_API_KEY>License
This project is licensed under the MIT License. See the LICENSE file for details.
