You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ Each MCP server entry requires:
94
94
95
95
## Usage 🚀
96
96
97
-
MCPHost is a CLI tool that allows you to interact with various AI models through a unified interface. It supports various tools through MCP servers and provides streaming responses.
97
+
MCPHost is a CLI tool that allows you to interact with various AI models through a unified interface. It supports various tools through MCP servers.
98
98
99
99
### Available Models
100
100
Models can be specified using the `--model` (`-m`) flag:
@@ -112,11 +112,15 @@ mcphost -m openai:gpt-4
112
112
```
113
113
114
114
### Flags
115
+
-`--anthropic-url string`: Base URL for Anthropic API (defaults to api.anthropic.com)
116
+
-`--anthropic-api-key string`: Anthropic API key (can also be set via ANTHROPIC_API_KEY environment variable)
115
117
-`--config string`: Config file location (default is $HOME/mcp.json)
116
118
-`--debug`: Enable debug logging
117
119
-`--message-window int`: Number of messages to keep in context (default: 10)
118
120
-`-m, --model string`: Model to use (format: provider:model) (default "anthropic:claude-3-5-sonnet-latest")
119
121
-`--openai-url string`: Base URL for OpenAI API (defaults to api.openai.com)
122
+
-`--openai-api-key string`: OpenAI API key (can also be set via OPENAI_API_KEY environment variable)
0 commit comments