Skip to main content
Glama
liuwenlonghub

LimeAI MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LIMEAI_ACCESS_TOKENYesYour LimeAI access token, obtained from www.limeai.net personal profile

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_user_infoA

获取当前用户信息

save_markdownB

保存文本内容(markdown格式)到 LimeAI

save_htmlC

保存 html 代码到 LimeAI

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: retrieving user info, saving markdown, and saving HTML. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case: get_user_info, save_markdown, save_html. The pattern is predictable and uniform.

Tool Count5/5

With just 3 tools, the server is tightly scoped to its apparent purpose of saving content in markdown/HTML and retrieving user info. No unnecessary tools are present, and the count feels appropriate.

Completeness4/5

Core save workflows for both markdown and HTML are covered, along with user info retrieval. However, there are no tools for list, get, update, or delete saved content, which is a minor gap that agents might need to work around.

Maintenance

ActivityInactive
ResponsivenessNo issues