# Overview

> Manage the Roadie Context Store with the Manage MCP server.

*Published: 2026-05-25T12:00:00.0Z*


## Introduction

Roadie Context Store serves data out via a series of MCP servers.

Instead of requiring each agent to hold credentials for multiple systems, or to individually configure access in each of those systems, requests can be routed through the Roadie Context Store.

This allows a single pinch point for requests for data from third-parties. 

## How do you use it?

1. Ensure the `integrations` MCP server is enabled in the Adminstration panel of app.roadie.so.
2. Add `https://app-api.roadie.so/api/mcp/v1/manage` to your MCP clients config list.

## Available tools

| Tool | Description |
| --- | --- |
| `create-capability` | Create a reusable capability with instructions for repeatable workflows. |
| `create-catalog-datastore-datasource` | Create or replace the contents of a catalog datastore datasource. |
| `create-integration` | Create a new integration for authenticated access to an external service. |
| `create-relationship-rule` | Create a rule that automatically links objects across datasources. |

