Used for providing a type-safe API with robust type checking for the Edgee MCP server functionality.
MCP Server for the Edgee API, enabling organization management, project operations, component management, and user administration through the Model Context Protocol.
Features
- Organization Management: Create, read, update, and delete organizations
- Project Operations: Manage projects, domains, components, and statistics
- Component Management: Work with components, versions, and settings
- User Administration: Manage users, invitations, and API tokens
- Comprehensive Error Handling: Clear error messages for common issues
- Type-Safe API: Built with TypeScript for robust type checking
Tools
Organization Tools
edgee-listOrganizations
: List all organizations with optional filteringedgee-getMyOrganization
: Get your personal organizationedgee-getOrganization
: Get an organization by IDedgee-createOrganization
: Create a new organizationedgee-updateOrganization
: Update an existing organizationedgee-deleteOrganization
: Delete an organizationedgee-listOrganizationUsers
: List users of an organization
Project Tools
edgee-listProjects
: List all projects with optional filteringedgee-getProject
: Get a project by IDedgee-createProject
: Create a new projectedgee-updateProject
: Update an existing projectedgee-deleteProject
: Delete a projectedgee-getProjectCounters
: Get statistics for a projectedgee-listProjectDomains
: List domains for a projectedgee-createProjectDomain
: Create a new domain for a projectedgee-listProjectComponents
: List components for a project
Component Tools
edgee-listPublicComponents
: List all public componentsedgee-listOrganizationComponents
: List components for an organizationedgee-getComponentByUuid
: Get a component by UUIDedgee-getComponentBySlug
: Get a component by slugedgee-createComponent
: Create a new componentedgee-createComponentVersion
: Create a new component version
User Tools
edgee-getMe
: Get the current useredgee-getUser
: Get a user by IDedgee-listInvitations
: List all invitationsedgee-createInvitation
: Create a new invitationedgee-deleteInvitation
: Delete an invitationedgee-listApiTokens
: List all API tokensedgee-createApiToken
: Create a new API tokenedgee-deleteApiToken
: Delete an API tokenedgee-getUploadPresignedUrl
: Get a presigned URL for uploading files
Setup
Personal Access Token
Create an Edgee Personal Access Token:
- Go to API tokens (in Account Settings > API Tokens)
- Create a token
- Give a name to this token
- Select a validity period of the token you're about to create. If no duration is selected, the token will never expire.
- Copy the generated token
Installation
You can use this MCP server in several ways:
NPX (Recommended)
Global Installation
Local Installation
Usage with Claude Desktop
To use this with Claude Desktop, add the following to your claude_desktop_config.json
:
Examples
List Organizations
Create a Project
Get Project Components
Create an Invitation
Development
Building from Source
License
Apache-2.0
This server cannot be installed
MCP Server for the Edgee API, enabling organization management, project operations, component management, and user administration through the Model Context Protocol.
Related MCP Servers
- -securityAlicense-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -24TypeScriptMIT License
- -securityAlicense-qualityMCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.Last updated -23TypeScriptMIT License
- AsecurityFlicenseAqualityAn all-in-one Model Context Protocol (MCP) server that connects your coding AI to numerous databases, data warehouses, data pipelines, and cloud services, streamlining development workflow through seamless integrations.Last updated -2Python
- -securityFlicense-qualityA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.Last updated -Python