Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Serverless Decision Log

FreeNot checked

A Serverless MCP Server built using wasmcp, Spin and Akamai Functions

GitHubEmbed

About

A Serverless MCP Server built using wasmcp, Spin and Akamai Functions

README

The Serverless Decision Log MCP Server illustrates how you could implement, test and run an MCP server in a truly serverless fashion. This application has been built and hosted using:

Decision Log MCP Server

The main purpose of the MCP server is to track and provide decisions made as part of a software engineering project.

Project members can interact with the MCP server through popular clients like Visual Studio Code or other editors/IDEs.

Prerequisites

To compile, test and deploy the Decision Log MCP Server, you must have the following tools installed on your machine:

  • The spin CLI
  • Rust along with the targets wasm32-wasip1 and wasm32-wasip2
  • The wasmcp CLI

Compiling and Testing the MCP Server on your local machine

Use the following commands, to compile and run the Decision Log MCP Server on your local machine:

# Compiling the application
spin build

# Running the MCP server on your local machine
spin up

Adding the MCP Server to Visual Studio Code

From the command palette chose the MCP: Add Server... command and specify the following parameters:

Parameter Value Description
Type HTTP Type of our MCP Server
URL http://localhost:3000 URL of our MCP Server
Name decision-log-mcp-server Name of our MCP Server
Configuration Target workspace Configure the MCP Server for the current VS Code workspace

Deploying to Akamai Functions

The Decision Log MCP Server is deployed to Akamai Functions through the Spin CLI. You must have the aka plugin for Spin CLI installed on your machine. If you haven't installed the plugin yet, use the following command to install it:

# Install the aka plugin for Spin CLI
spin plugins install aka

With the aka plugin for Spin CLI installed on your machine, you must authorize it for interacting with Akamai Functions on your behalf:

# Authorize Spin CLI for interacting with Akamai Functions on your behalf
spin aka login

Once you've authorized the Spin CLI to interact with your Akamai Functions account, you can deploy the application using the spin aka deploy command:

# Deploy the MCP Server to Akamai Functions
spin aka deploy

Follow the instructions and confirm the deployment. Deploying an application to Akamai Functions takes roughly 45 seconds. During that time, your application will be deployed to all service regions across the globe. A generic subdomain will be registered and assigned to your application as well.

Once deployment has finished, you can update the MCP Server configuration in your client (e.g., Visual Studio Code) and point to the URL generated by Akamai Functions as part of the deployment.

from github.com/akamai-developers/serverless-decision-log-mcp-server

Installing Serverless Decision Log

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/akamai-developers/serverless-decision-log-mcp-server

FAQ

Is Serverless Decision Log MCP free?

Yes, Serverless Decision Log MCP is free — one-click install via Unyly at no cost.

Does Serverless Decision Log need an API key?

No, Serverless Decision Log runs without API keys or environment variables.

Is Serverless Decision Log hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Serverless Decision Log in Claude Desktop, Claude Code or Cursor?

Open Serverless Decision Log on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Serverless Decision Log with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs