Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub chittyos/chittymarket --plugin chittyos-mcpCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"chittyos": {
"type": "http",
"command": "/bin/sh",
"args": [
"-lc",
"TOKEN=\"$(/Users/nb/.local/bin/chitty-mcp-token chittymcp 2>/dev/null || true)\"; if [ -n \"$TOKEN\" ]; then export MCP_AUTH_HEADER=\"Bearer $TOKEN\"; fi; exec npx -y mcp-remote https://mcp.chitty.cc/mcp"
],
"url": "https://mcp.chitty.cc/mcp"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
/bin/shhttps://mcp.chitty.cc/mcpCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.