Create MCP Server
Configure a new MCP server for the project.
MCP servers extend AI capabilities by providing access to external tools.
Common server types include:
- Database servers (PostgreSQL, MySQL, SQLite)
- API integrations (GitHub, Slack, etc.)
- File system access
- Custom tool servers
The server will be validated and synchronized to discover available tools.
Authentication
AuthorizationBearer
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Path parameters
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Request
This endpoint expects an object.
name
MCP server name
url
Root URL of the MCP server
description
Description of the MCP server
Response
Successful Response
name
MCP server name
url
Root URL of the MCP server
id
Unique identifier for the MCP server
short_id
Short identifier for the MCP server
project_id
Project ID this MCP server belongs to
syncd
Whether the server has been sync'd to external proxy
created
Timestamp when the MCP server was created
modified
Timestamp when the MCP server was last modified
description
Description of the MCP server
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error
