{
"mcpServers": {
"akamai-functions-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A MCP Server for Akamai Functions
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 6 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Akamai Functions Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Unlock the power of Akamai Functions within your AI Assistant. This MCP (Model Context Protocol) server allows tools like Claude Desktop or Cursor to interact with your edge applications using natural language.
Built in Go and delivered as a Spin Plugin.
Before adding the server to your AI client, ensure your local environment is ready:
Plugin Installed: You need the aka plugin for Spin:
spin plugins update
spin plugins install aka --yes
Login Required: You must be authenticated via the aka plugin for `spin:
spin aka login
The latest stable release of the akamai-functions-mcp plugin can be installed like so:
spin plugins update
spin plugins install akamai-functions-mcp
The canary release of the akamai-functions-mcp represents the most recent commits on main and may not be stable, with some features still in progress.
spin plugins install --url https://github.com/ThorstenHans/akamai-functions-mcp-server/releases/download/canary/akamai-functions-mcp.json
Alternatively, use the spin pluginify plugin to install from a fresh build. This will use the pluginify manifest (spin-pluginify.toml) to package the plugin and proceed to install it:
spin plugins install pluginify
go build -o akamai-functions-mcp main.go
spin pluginify --install
To let your AI Assistant use the server, add the spin command to your configuration. Optionally, enable debug logging by appending the --debug flag to the args array.
Update your claude_desktop_config.json (found in ~/Library/Application Support/Claude/ on macOS or %APPDATA%\Claude\ on Windows):
{
"mcpServers": {
"akamai-functions": {
"command": "spin",
"args": ["akamai-functions-mcp"]
}
}
}
Akamai Functionscommandspinakamai-functions-mcpYour AI now acts as a technical assistant for your edge infrastructure. Try asking:
| Tool | Description |
| ---- | ----------- |
| list_accounts | Fetch all Akamai Functions accounts associated with your login. |
| list_apps | Inventory of deployed applications (filterable by account/name). |
| get_app_status | Detailed health, deployment history, and active URLs. |
| get_app_url | Retrieve the public URL of an application deployed to Akamai Functions |
| get_app_logs | Real-time execution log retrieval. |
| get_app_history | Retrieve deployment history of an application deployed to Akamai Functions |
| search_app | Find an application by a search term (query). This command iterates over all Akamai Functions accounts you've access to |
spin aka command Reference - Returns the full command refer