MCP Server
MCP
ChipsAI MCP Server
MCP server for ChipsAI — manage chatbots, conversations, and AI models
Install
uvx chipsai-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "chipsai-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ChipsAI account email",
"isRequired": true,
"name": "CHIPSAI_EMAIL"
},
{
"description": "ChipsAI account password",
"isRequired": true,
"isSecret": true,
"name": "CHIPSAI_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment