lipi-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LIPI_API_URL | No | Lipi API base URL. Overrides the default https://lipi-api.bharosilo.com. Use http://localhost:8080 for local development. | https://lipi-api.bharosilo.com |
| LIPI_ACCESS_TOKEN | Yes | JWT access token (15 minutes) used for authentication. Obtain from https://lipi.bharosilo.com or via POST https://lipi-api.bharosilo.com/v1/auth/login. | |
| LIPI_REFRESH_TOKEN | No | Optional opaque refresh token (30 days) used to automatically obtain a new access token when the current JWT expires. |
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lipi_loginA | Log in to Lipi with email + password. Caches accessToken + refreshToken for subsequent tools. Call this first if you have no token. Returns user + vault. |
| lipi_list_notesA | List all notes in the Lipi vault. Returns NoteMeta[] (id, path, name, size, updatedAt). Use tree=true to get a directory tree NoteTree[] for the sidebar. |
| lipi_read_noteA | Read a single note by id. Returns full Note with content + ETag (updatedAt). |
| lipi_read_note_by_nameA | Read a note by name/path basename (e.g. '2083-05-12' or 'My Note'). Uses GET /v1/notes-by-name?name=. Handy for [[wikilink]] resolution. |
| lipi_create_noteA | Create a note at path with content. Idempotent on (user_id, path) — if path exists, returns existing note with 200 instead of 201. Path example: 'daily/2083-05-12.md' or 'My Note.md'. |
| lipi_update_noteA | Update a note's content. Requires ifMatch = updatedAt from last read (RFC3339Nano, e.g. '2026-08-28T12:00:00.123456789Z' or ETag value). Returns 409 update_conflict if stale — caller should re-read and retry. |
| lipi_rename_noteA | Rename/move a note to a new path. Returns 409 path_taken if target path already exists. |
| lipi_delete_noteA | Delete a note by id. Returns 204 on success. |
| lipi_searchA | Romanized search over the vault. Type romanized Devanagari and find Devanagari hits. Example: 'mero' finds 'मेरो', 'namaste' finds 'नमस्ते'. Also matches literal English. Returns SearchHit[] with path, name, score, snippet. Empty q returns empty array. |
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/birajrai/lipi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server