Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PLURK_APP_KEYYesPlurk application key.
PLURK_APP_SECRETYesPlurk application secret.
PLURK_ACCESS_TOKENYesPlurk access token for the target account.
PLURK_MCP_DATA_DIRNoRoot directory for audit logs and policy state../data
PLURK_MCP_TIMEZONENoUsed for daily quota rollover and audit file partitioning.UTC
PLURK_MCP_DEBUG_HOSTNoDebug server bind host. Defaults to 127.0.0.1.127.0.0.1
PLURK_MCP_DEBUG_PORTNoDebug server port. Must be a positive integer.3939
PLURK_ACCESS_TOKEN_SECRETYesPlurk access token secret for the target account.
PLURK_MCP_DAILY_POST_LIMITNoMaximum number of new plurks per local day. Replies do not consume this budget.10
PLURK_MCP_REPLY_COOLDOWN_MINUTESNoMinimum cooldown between automatic replies in the same thread.15

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
plurk_get_meC

Return the authenticated Plurk account profile for the credentials supplied in this call.

plurk_get_alertsC

Return recent normalized alert events for the credentials supplied in this call.

plurk_get_mentions_contextC

Return recent mention-driven interactions and context suitable for summarization or reply planning for the supplied credentials.

plurk_get_thread_contextA

Return the parent plurk and normalized replies for a specific thread using the supplied credentials.

plurk_postB

Create a new Plurk post for the supplied credentials while enforcing the server-side daily post quota.

plurk_replyB

Reply to an eligible Plurk thread for the supplied credentials when it is an owned thread or an explicit mention.

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/congcongfu/plurk-mcp'

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