mcp-server-microfn

mcp-server-microfn

0

Microfn Remote MCP is a server that allows interactions with the microfn platform. It supports setup and configuration for local development, facilitating processes using the MCP protocol.

Microfn remote MCP

Remote MCP server for interacting with the microfn platform

Setup

  1. Configure the MCP client
{
  "mcpServers": {
    "microfn": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.microfn.dev/sse"]
    }
  }
}

This will prompt you to authenticate with microfn

Local Development

Create a .dev.vars file with local config for auth0 and microfn:

AUTH0_CLIENT_SECRET=xxxx
API_BASE_URL=http://localhost:3000/api

Start a dev server with

wrangler dev

Use the MCP inspector:

npx @modelcontextprotocol/inspector http://localhost:8787/sse