Edgee MCP Server enables organization management, project operations, component management, and user administration through the Model Context Protocol for seamless Edgee API integration.
List all organizations with optional filtering.
Get your personal organization.
Get an organization by ID.
Create a new organization.
Update an existing organization.
Delete an organization.
List users of an organization.
List all projects with optional filtering.
Get a project by ID.
Create a new project.
Update an existing project.
Delete a project.
Get statistics for a project.
List domains for a project.
Create a new domain for a project.
List components for a project.
List all public components.
List components for an organization.
Get a component by UUID.
Get a component by slug.
Create a new component.
Create a new component version.
Get the current user.
Get a user by ID.
List all invitations.
Create a new invitation.
Delete an invitation.
List all API tokens.
Create a new API token.
Delete an API token.
Get a presigned URL for uploading files.
{
"mcpServers": {
"edgee": {
"command": "npx",
"args": [
"-y",
"@edgee/mcp-server-edgee"
],
"env": {
"EDGEE_TOKEN": "<YOUR_TOKEN>"
}
}
}
}