Edgee MCP Server

by edgee-cloud

Not rated
GitHub

About

Manage organizations, projects, components, and users via the Edgee API.

Details

Author
edgee-cloud
Categories
Cloud Service, Infrastructure, API

Setup

Install Edgee MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/edgee-cloud/mcp-server-edgee

Follow the installation instructions in the repository README, then restart your MCP client.

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

- 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

- edgee-listOrganizations: List all organizations with optional filtering
- edgee-getMyOrganization: Get your personal organization
- edgee-getOrganization: Get an organization by ID
- edgee-createOrganization: Create a new organization
- edgee-updateOrganization: Update an existing organization
- edgee-deleteOrganization: Delete an organization
- edgee-listOrganizationUsers: List users of an organization

- edgee-listProjects: List all projects with optional filtering
- edgee-getProject: Get a project by ID
- edgee-createProject: Create a new project
- edgee-updateProject: Update an existing project
- edgee-deleteProject: Delete a project
- edgee-getProjectCounters: Get statistics for a project
- edgee-listProjectDomains: List domains for a project
- edgee-createProjectDomain: Create a new domain for a project
- edgee-listProjectComponents: List components for a project

- edgee-listPublicComponents: List all public components
- edgee-listOrganizationComponents: List components for an organization
- edgee-getComponentByUuid: Get a component by UUID
- edgee-getComponentBySlug: Get a component by slug
- edgee-createComponent: Create a new component
- edgee-createComponentVersion: Create a new component version

- edgee-getMe: Get the current user
- edgee-getUser: Get a user by ID
- edgee-listInvitations: List all invitations
- edgee-createInvitation: Create a new invitation
- edgee-deleteInvitation: Delete an invitation
- edgee-listApiTokens: List all API tokens
- edgee-createApiToken: Create a new API token
- edgee-deleteApiToken: Delete an API token
- edgee-getUploadPresignedUrl: Get a presigned URL for uploading files

- Go toAPI 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.

You can use this MCP server in several ways:

To use this with Claude Desktop, add the following to yourclaude_desktop_config.json:

{ "mcpServers": { "edgee": { "command": "npx", "args": [ "-y", "@edgee/mcp-server-edgee" ], "env": { "EDGEE_TOKEN": "<YOUR_TOKEN>" } } } }
Use the edgee-listOrganizations tool to list all your organizations.
Use the edgee-createProject tool to create a new project with the following parameters: - organization_id: "org_123456" - slug: "my-new-project" - description: "This is my new project"
Use the edgee-listProjectComponents tool to list all components for project "proj_123456".
Use the edgee-createInvitation tool to invite a user to your organization: - organization_id: "org_123456" - email: "user@example.com" - role: "member"
git clone https://github.com/edgee-cloud/mcp-server-edgee.git cd mcp-server-edgee npm install npm run build

Expose the entire ArgoCD API to LLMs via MCP using just 2 auto-generated tools powered by the OpenAPI spec.

Hosted MCP gateway that enables AI agents to discover and compare Web3 infra services (RPCs, indexing, oracles, storage, compute, dev tools, and more) across 20+ networks via a single endpoint

An MCP server for interacting with the Coolify API to manage servers and applications.

Interact with the Fastly API and CLI using an API key.

Integrate with the Laravel Forge API to manage servers and deployments using MCP-compliant tools.

Interact with Heroku Platform resources securely using the Heroku CLI. Requires the Heroku CLI and a valid API key.

Manage Koyeb resources like apps, services, and deployments using the Koyeb API.

Securely access secrets from Doppler's secret management platform using a Doppler API token.

Interact with Render resources via LLMs using the Render API.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.