> For the complete documentation index, see [llms.txt](https://docs.decisionrules.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decisionrules.io/doc/space/mcp-connections.md).

# MCP Connections

The **MCP Connections** page provides an overview of active OAuth connections to the current space. Use it to check who connected an MCP client and to revoke connections that should no longer have access.

## Connection list

Each connection shows:

| Field        | Description                                            |
| ------------ | ------------------------------------------------------ |
| Client       | The MCP client used to connect, such as ChatGPT/Codex. |
| User         | The user who authorized the connection.                |
| Status       | The current status of the connection.                  |
| Created at   | When the connection was established.                   |
| Last updated | When the connection was last updated.                  |

## Revoke a connection

1. Find the connection in the list.
2. Open the **three-dot menu** at the end of its row.
3. Select **Delete connection** and confirm the action.

Deleting a connection immediately removes that client's access to the space.

## Required permissions

* **View MCP Connections** is required to open the list.
* **Delete MCP Connection** is required to revoke a connection.
* Both permissions are required to manage and revoke connections in the UI.

<figure><img src="https://437457296-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MN4F4-qybg8XDATvios%2Fuploads%2Fyx3Z16Qv9gBhDcgWwwuy%2FStep7MCP.png?alt=media&#x26;token=aba6fdba-ca9b-4389-bf75-2369c5b48a91" alt=""><figcaption></figcaption></figure>

## Create a connection

Connect an MCP-compatible client to the **Authoring MCP Server** to create, manage, test, and execute resources in the selected space. Follow the setup guide: [here](/doc/integrations/sdk-and-libraries/mcp-servers.md#authoring-mcp-server)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.decisionrules.io/doc/space/mcp-connections.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
