Skip to main content
Glama
pvliesdonk

logodev-mcp

by pvliesdonk

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FASTMCP_LOG_LEVELNoLog level for FastMCP internals and app loggers (DEBUG / INFO / WARNING / ERROR).INFO
LOGODEV_MCP_KV_STORE_URLNoPersistent-state backend URL for pvl-core subsystems.file:///data/state
FASTMCP_ENABLE_RICH_LOGGINGNoSet to 'false' for plain / structured JSON log output.true

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
get_server_infoA

Report wrapper and upstream version info for logodev-mcp. Returns server_name, server_version, core_version (fastmcp-pvl-core), and (when configured) an upstream version block. Useful for verifying a deployment matches the expected build.

Prompts

Interactive templates invoked by user choice

NameDescription
summarizeSummarize ``context`` in one paragraph. See https://gofastmcp.com/servers/prompts#prompt-arguments for the full signature surface.

Resources

Contextual data attached and managed by the client

NameDescription
statusService status resource — JSON-serialisable dict. Templated resources take path parameters in the URI; static resources don't. See https://gofastmcp.com/servers/resources#templates for the full pattern.

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/pvliesdonk/logodev-mcp'

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