Skip to main content
Glama
jonjoe

state-bridge-mcp

by jonjoe

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STATE_BRIDGE_PORTNoThe port for the WebSocket server (can also be set via --port argument)8098

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
connection_statusB

Check if a client app is connected via WebSocket

list_storesA

List all Zustand stores and their top-level state keys

get_stateA

Read state from a Zustand store. Optionally provide a dot-path to read a specific slice.

set_stateA

Write a value to a Zustand store at the given path

call_actionB

Invoke a store action function by name (e.g. "clearHistory", "setActiveTab")

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/jonjoe/mcp-state-bridge'

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