agent-postit
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POSTIT_LOG | No | Log destination. Defaults to '-' (stderr). | |
| POSTIT_HOST | No | Host/interface to bind. Defaults to 127.0.0.1. | |
| POSTIT_PORT | No | Port to listen on. Defaults to 8000. | |
| POSTIT_ROOT | No | Path to the data directory where notes are stored. Defaults to ~/.agent-postit. | |
| POSTIT_TRANSPORT | No | Transport protocol: 'http' (default) or 'stdio'. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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