Skip to main content
Glama
fv-forgevision

FV Backlog MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PREFIXNoOptional string prefix to prepend to all tool names (default: '').
MAX_TOKENSNoSet maximum token limit for responses (default: 50000).
MCP_HTTP_HOSTNoHTTP bind address (default: 127.0.0.1).
MCP_HTTP_PATHNoURL path (default: /mcp)./mcp
MCP_HTTP_PORTNoHTTP port (default: 3333).3333
MCP_TRANSPORTNoMCP transport: 'stdio' (default) or 'http'.
BACKLOG_DOMAINNoYour Backlog domain, e.g., your-domain.backlog.com. Required for single-organization and OAuth modes.
BACKLOG_API_KEYNoYour Backlog API key. Required for single-organization mode. Not required when OAuth is enabled.
ENABLE_TOOLSETSNoComma-separated list of toolsets to enable (space, project, issue, wiki, git, notifications). Defaults to 'all'.
DYNAMIC_TOOLSETSNoSet to '1' to enable dynamic toolset discovery at runtime.
OPTIMIZE_RESPONSENoSet to '1' to enable GraphQL-style field selection.
BACKLOG_DEFAULT_ORGNoDefault organization name for multi-organization mode.
MCP_SERVER_BASE_URLNoPublic URL of your MCP server (e.g., https://mcp.example.com). Required for OAuth.
MCP_HTTP_ALLOWED_HOSTSNoComma-separated allowed Host hostnames.
MCP_HTTP_JSON_RESPONSENoSet to 'true' to prefer JSON responses over SSE (2026-07-28 clients).
BACKLOG_OAUTH_CLIENT_IDNoOAuth Client ID from your Backlog application.
BACKLOG_ALLOWED_PROJECTSYesComma-separated project keys this server may touch (e.g. PBL,INFRA). Required. Case-insensitive. Confines every tool to those projects.
MCP_HTTP_ALLOWED_ORIGINSNoComma-separated allowed Origin hostnames for browser-based clients.
BACKLOG_OAUTH_CLIENT_SECRETNoOAuth Client Secret from your Backlog application.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/fv-forgevision/fv-backlog-mcp-server'

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