/t/<MCP_ACCESS_TOKEN>/ to get these snippets with your real token filled in.Claude iOS/Android and web (Custom Connector), ChatGPT connectors. Paste this as the server URL — nothing else to configure.
https://mcp.kpitaltech.com/t/YOUR_MCP_ACCESS_TOKEN/mcp
Run once on each machine. Works on laptop and in the web app.
claude mcp add --transport http kpital-os "https://mcp.kpitaltech.com/t/YOUR_MCP_ACCESS_TOKEN/mcp"
[mcp_servers.kpital-os] url = "https://mcp.kpitaltech.com/t/YOUR_MCP_ACCESS_TOKEN/mcp"
{
"mcpServers": {
"kpital-os": {
"httpUrl": "https://mcp.kpitaltech.com/t/YOUR_MCP_ACCESS_TOKEN/mcp"
}
}
}{
"mcpServers": {
"kpital-os": {
"type": "http",
"url": "https://mcp.kpitaltech.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_ACCESS_TOKEN"
}
}
}
}