Skip to main content
Glama
lucianfialho

Build in Public MCP Server

by lucianfialho

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TWITTER_API_KEYYesTwitter API Key (Consumer Key)
TWITTER_API_SECRETYesTwitter API Secret (Consumer Secret)
TWITTER_ACCESS_TOKENNoSkip OAuth - use access token directly
TWITTER_ACCESS_SECRETNoSkip OAuth - use access secret directly

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
tweetC

Post a tweet immediately for build in public. Requires authentication.

threadA

Create a Twitter thread from multiple messages. Posts tweets in reply chain.

setup_authA

Setup Twitter authentication via OAuth 1.0a (PIN-based flow). Call without PIN to get authorization URL, then call again with PIN to complete.

statusB

Check authentication status and storage location

suggestC

Generate intelligent tweet suggestions based on session context

save_contextB

Save session context for later analysis and suggestions

get_contextC

Retrieve current session context

mcp__bip__configureB

Configure user preferences for Build in Public (language and features)

Prompts

Interactive templates invoked by user choice

NameDescription
retroAnalyze your entire coding session and generate tweet suggestions about what you accomplished
quickPost a quick tweet with a custom message
suggestGet AI-powered tweet suggestions based on current session context

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/lucianfialho/build-in-public-mcp'

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