Initial commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
```PowerShell
|
||||
[System.Environment]::SetEnvironmentVariable("ANTHROPIC_BASE_URL", "http://8.162.2.152/claude", [System.EnvironmentVariableTarget]::User)
|
||||
[System.Environment]::SetEnvironmentVariable("ANTHROPIC_AUTH_TOKEN", "sk-xxxx", [System.EnvironmentVariableTarget]::User)
|
||||
```
|
||||
|
||||
mcp
|
||||
|
||||
```
|
||||
claude mcp add --transport http context7 https://mcp.context7.com/mcp --header "CONTEXT7_API_KEY: ctx7sk-21884782-852a-4ef8-8f26-83cd9b8c7d30" --scope user
|
||||
|
||||
|
||||
{
|
||||
"morecup-context": {
|
||||
"type": "stdio",
|
||||
"command": "cmd",
|
||||
"args": [
|
||||
"/c",
|
||||
"npx",
|
||||
"-y",
|
||||
"morecup-context",
|
||||
"-gateway",
|
||||
"http://8.162.2.152"
|
||||
],
|
||||
"env": {
|
||||
"MORECUP_AI_API_KEY": "sk-xxxx"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user