LogoSTMCP
Download
mcp-server-edgee

Edgee MCP Server

Edgee MCP Server enables organization management, project operations, component management, and user administration through the Model Context Protocol for seamless Edgee API integration.

Tools

1. edgee-listOrganizations

List all organizations with optional filtering.

2. edgee-getMyOrganization

Get your personal organization.

3. edgee-getOrganization

Get an organization by ID.

4. edgee-createOrganization

Create a new organization.

5. edgee-updateOrganization

Update an existing organization.

6. edgee-deleteOrganization

Delete an organization.

7. edgee-listOrganizationUsers

List users of an organization.

8. edgee-listProjects

List all projects with optional filtering.

9. edgee-getProject

Get a project by ID.

10. edgee-createProject

Create a new project.

11. edgee-updateProject

Update an existing project.

12. edgee-deleteProject

Delete a project.

13. edgee-getProjectCounters

Get statistics for a project.

14. edgee-listProjectDomains

List domains for a project.

15. edgee-createProjectDomain

Create a new domain for a project.

16. edgee-listProjectComponents

List components for a project.

17. edgee-listPublicComponents

List all public components.

18. edgee-listOrganizationComponents

List components for an organization.

19. edgee-getComponentByUuid

Get a component by UUID.

20. edgee-getComponentBySlug

Get a component by slug.

21. edgee-createComponent

Create a new component.

22. edgee-createComponentVersion

Create a new component version.

23. edgee-getMe

Get the current user.

24. edgee-getUser

Get a user by ID.

25. edgee-listInvitations

List all invitations.

26. edgee-createInvitation

Create a new invitation.

27. edgee-deleteInvitation

Delete an invitation.

28. edgee-listApiTokens

List all API tokens.

29. edgee-createApiToken

Create a new API token.

30. edgee-deleteApiToken

Delete an API token.

31. edgee-getUploadPresignedUrl

Get a presigned URL for uploading files.

Open Graph image for Edgee MCP Server

JSON Config

{
  "mcpServers": {
    "edgee": {
      "command": "npx",
      "args": [
        "-y",
        "@edgee/mcp-server-edgee"
      ],
      "env": {
        "EDGEE_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

Useful Links

Information

Categories