Skip to main content
Glama
gerelef

agent-postit

by gerelef

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POSTIT_LOGNoLog destination. Defaults to '-' (stderr).
POSTIT_HOSTNoHost/interface to bind. Defaults to 127.0.0.1.
POSTIT_PORTNoPort to listen on. Defaults to 8000.
POSTIT_ROOTNoPath to the data directory where notes are stored. Defaults to ~/.agent-postit.
POSTIT_TRANSPORTNoTransport protocol: 'http' (default) or 'stdio'.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
topic.createB

Create a topic dir + TOPIC.md description.

topic.readB

Read a topic's TOPIC.md description.

topic.writeB

Overwrite a topic's TOPIC.md description.

postit.createC

Create a new postit note.

postit.update_bodyB

Append or overwrite a postit's body.

postit.renameB

Rename a postit within the same dir.

postit.deleteA

Delete a postit note (dir survives).

postit.readC

Read a postit's full body.

postit.read_sectionA

Read a markdown section by heading text (case-insensitive, exact).

postit.read_linesA

Read a 1-based inclusive line range from a postit body.

postit.lsA

List dir contents (ls -la style) or list headings of one postit.

postit.searchA

Regex search across postit names and/or bodies (grep-like).

postit.recentB

Return most-recently-modified postits (always recursive under dir).

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/gerelef/agent-postit'

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