Skip to main content
Glama
metacoma

freeplane-mcp

by metacoma

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FREEPLANE_MCP_HOSTNoHost to bind the MCP HTTP server to.127.0.0.1
FREEPLANE_MCP_PORTNoPort to bind the MCP HTTP server to.8000
FREEPLANE_GRPC_HOSTNoHost of the Freeplane gRPC plugin.127.0.0.1
FREEPLANE_GRPC_PORTNoPort of the Freeplane gRPC plugin.50051
FREEPLANE_GRPC_TIMEOUTNoTimeout in seconds for Freeplane gRPC requests.10
FREEPLANE_MCP_TRANSPORTNoTransport for the MCP server: 'stdio' or 'http'.stdio

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
export_mapA

Export the current Freeplane mind map to canonical JSON.

Returns the whole map as a JSON string. Each node has at least "text" and "id"; optional fields include "children", "note", "detail", "link", "tags", "icons", "attributes", "background_color", "folded" and "relationships".

import_mapA

Import a mind map (canonical JSON) into the running Freeplane instance.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/metacoma/mcp-freeplane'

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