Sergio-Fernandez-Dev/chamberlain
Chamberlain is an open source MCP (Model Context Protocol) server designed to run on a home server and expose the services running on it as tools that any LLM client as Claude, ChatGPT, Ollama, etc, can interact with through natural language.
Platform-specific configuration:
{
"mcpServers": {
"chamberlain": {
"command": "npx",
"args": [
"-y",
"chamberlain"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...