Skip to main content
Glama
burgeonbot

Seed MCP Server

by burgeonbot

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SEED_ORGNoOrganization name for login authentication
SEED_EMAILNoEmail for login authentication
SEED_API_BASEYesBase URL for the Seed API (default: http://localhost:3007)
SEED_PASSWORDNoPassword for login authentication
SEED_ACCESS_TOKENNoAccess token for API authentication
SEED_MAINT_PASSWORDNoMaint password for organization listing
SEED_MAINT_ACCESS_TOKENNoMaint access token for organization listing

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
seed_get_access_tokenA

Get a Seed API access token by prompting for credentials through the MCP client.

seed_list_orgsB

List registered Seed organizations. Requires SEED_MAINT_ACCESS_TOKEN or SEED_MAINT_PASSWORD.

seed_register_orgB

Register a new Seed organization with backend defaults. This calls the public organization register endpoint.

seed_create_orgA

Create a Seed organization with optional organization metadata. Requires the configured Seed user to have create access.

seed_update_orgC

Update Seed organization metadata by organization name. Requires the configured Seed user to have update access.

seed_delete_orgA

Delete a Seed organization by name, including its organization database file when present. Requires delete access.

seed_list_tablesA

List Seed table metadata from the configured organization.

seed_get_tableC

Get Seed metadata for one table.

seed_create_tableB

Create a Seed table with fields and optional relationships.

seed_add_relationshipB

Add or replace a relationship on an existing Seed table.

seed_list_framesC

List Seed frame metadata from the configured organization.

seed_get_frameB

Get Seed metadata for one frame.

seed_create_frameA

Create a Seed frame on an existing table. Frames select table fields/relations and optional filters before creating views.

seed_update_frameB

Update Seed frame metadata by frame name.

seed_delete_framesA

Delete Seed frames by name.

seed_list_viewsB

List Seed view metadata from the configured organization.

seed_get_viewA

Get Seed metadata for one view.

seed_create_viewB

Create a Seed view on an existing frame.

seed_update_viewB

Update Seed view metadata by view name.

seed_delete_viewsB

Delete Seed views by name.

seed_list_documentsA

List documents from a Seed table. Useful for finding record ids before creating related data.

seed_add_documentsA

Add exact Seed document payloads to a table. Use this when rows include relations.

seed_add_mock_dataA

Add simple mock rows to a Seed table. Each row is treated as field values only; use seed_add_documents for relations.

seed_delete_documentsA

Delete documents from a Seed table by id. Useful for cleaning up mock data.

seed_grant_permissionA

Grant a role access to a Seed resource by creating a permissions row and linking it to the role. Access bitmask: create=1, read=2, update=4, delete=8, full CRUD=15.

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/burgeonbot/seed-mcp-server'

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