Skip to main content
Glama
zenkeellc

enke

Official
by zenkeellc

enke MCP Server

Model Context Protocol server for en.ke — secure link tools for AI agents.

Exposes en.ke link management as MCP tools. Two transport modes: local stdio (Claude Desktop, Cursor) and remote SSE (HTTP).

Quick Start

Local (Claude Desktop)

{
  "mcpServers": {
    "enke": {
      "command": "npx",
      "args": ["-y", "enke-mcp-server"]
    }
  }
}

Requires enke login first (shared auth with enke CLI).

Remote (SSE)

ENKE_API_KEY=xxx npx enke-mcp-server
# SSE endpoint: http://localhost:3100/sse

Related MCP server: ShortURLMCP

Tools

Tool

Description

shorten_url

Create a short link from a URL

list_links

List all short links

get_link_stats

Click analytics (daily, referrers, geo, devices)

delete_link

Revoke a short link

update_link

Modify slug, password, expiration, webhook

create_landing

Create a landing page with multiple links

Auth

  • Local mode: Reads ~/.enke/config.json (created by enke login)

  • Remote mode: ENKE_API_KEY env var or Authorization: Bearer <token> header

License

MIT

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
5Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zenkeellc/enke-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server