Skip to main content
Glama
kuraki5336

Lalaleap MCP Server

by kuraki5336

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LALALEAP_EMAILNoLogin email (required if not using API token)
LALALEAP_API_URLYesAPI base URL (required)
LALALEAP_PASSWORDNoLogin password (required if not using API token)
LALALEAP_READONLYNoSet to '1' to enable read-only mode
LALALEAP_API_TOKENNoAPI token for authentication (alternative to email/password)
LALALEAP_UNSAFE_SSLNoSet to '1' to skip SSL verification
LALALEAP_ALLOWED_PROJECTSNoComma-separated list of project pnos that are allowed to be written
LALALEAP_WRITE_RATE_LIMITNoMaximum write operations per minute (default 10)10

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
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projectsB

列出使用者可存取的專案清單

get_project_detailC

取得專案詳細資訊

create_projectA

建立新專案(寫入操作,受頻率限制保護)

create_requirementA

在指定專案中建立一筆需求(寫入操作,受白名單與頻率限制保護)

list_requirementsB

查詢指定專案的需求清單

get_requirement_detailB

取得單筆需求的完整資訊

update_requirementB

更新需求欄位(寫入操作,受白名單與頻率限制保護)

create_bugA

在指定專案中建立一筆缺陷(寫入操作,受白名單與頻率限制保護)

list_bugsC

查詢指定專案的缺陷清單

update_bugB

更新缺陷欄位(寫入操作,受白名單與頻率限制保護)

create_todoB

在指定專案中建立待辦項目(寫入操作,受白名單與頻率限制保護)

list_todosC

查詢專案的待辦看板(含欄位與項目)

list_sprintsC

查詢專案的迭代清單

search_tagsC

搜尋專案標籤

list_project_membersB

查詢專案成員

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
projects使用者的專案清單

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/kuraki5336/tpi_lalaleap_mcp'

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