> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ocoya.com/llms.txt
> Use this file to discover all available pages before exploring further.

# JSON and stdio clients

> Configure generic JSON-based MCP clients or bridge stdio-only clients.

# Connect JSON and stdio clients

Use this MCP URL:

```txt theme={null}
https://mcp.ocoya.com
```

## JSON-based clients

Many MCP clients accept a JSON configuration shaped like this:

```json theme={null}
{
  "mcpServers": {
    "ocoya": {
      "url": "https://mcp.ocoya.com"
    }
  }
}
```

If your client asks for a transport, choose HTTP or streamable HTTP.

## Stdio-only clients

If a client only supports stdio MCP servers, bridge the remote HTTP server with `mcp-remote`:

```bash theme={null}
npx -y mcp-remote https://mcp.ocoya.com
```

Use the command above as the stdio server command in that client.

## Verify access

Ask the client:

```txt theme={null}
Do you have access to the Ocoya MCP tools?
```

Then try:

```txt theme={null}
List my Ocoya workspaces.
```
