Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WP_SITE_URLYesYour WordPress site URL
WP_USERNAMEYesWordPress username for authentication
WP_DB_PREFIXNoWordPress database table prefixwp_
FC_TABLE_PREFIXNoFluentCommunity database table prefixfcom_
WP_APP_PASSWORDYesWordPress Application Password (format: xxxx xxxx xxxx xxxx xxxx xxxx). Go to: WordPress Admin → Users → Your Profile → Application Passwords

Tools

Functions exposed to the LLM to take actions

NameDescription
fc_list_posts

List all posts from FluentCommunity with optional filtering

fc_get_post

Get a specific post by ID with all details

fc_create_post

Create a new post in FluentCommunity

fc_update_post

Update an existing post in FluentCommunity

fc_delete_post

Delete a post from FluentCommunity

fc_list_spaces

List all spaces in FluentCommunity

fc_get_space

Get detailed information about a specific space

fc_create_space

Create a new space in FluentCommunity

fc_update_space

Update an existing space

fc_list_comments

List comments for a specific post or all comments

fc_create_comment

Create a new comment on a post

fc_update_comment

Update an existing comment

fc_delete_comment

Delete a comment

fc_list_space_members

List members of a specific space

fc_add_space_member

Add a user to a space

fc_remove_space_member

Remove a user from a space

fc_list_chat_threads

List chat threads/conversations

fc_list_chat_messages

List messages in a chat thread

fc_send_chat_message

Send a message in a chat thread

fc_search_content

Search across all FluentCommunity content (posts, comments, spaces)

fc_get_space_analytics

Get analytics and statistics for a space

fc_bulk_create_posts

Create multiple posts at once (useful for AI-generated content campaigns)

fc_bulk_update_posts

Update multiple posts at once

fc_bulk_delete_posts

Delete multiple posts at once

fc_list_terms

List all terms/tags in FluentCommunity

fc_create_term

Create a new term/tag

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/wplaunchify/fluent-community-mcp'

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