Skip to main content
Glama
trapicAi

Trapic Core

Official
by trapicAi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRAPIC_DBNoSQLite database path (only used if adapter is 'sqlite')./data/trapic.db
TRAPIC_HOSTNoBind address ('0.0.0.0' to expose)127.0.0.1
TRAPIC_PORTNoServer port3000
TRAPIC_USERNoDefault user ID in open modelocal-user
TRAPIC_PG_HOSTNoPostgreSQL host (only used if adapter is 'postgres')localhost
TRAPIC_PG_PORTNoPostgreSQL port (only used if adapter is 'postgres')5432
TRAPIC_PG_USERNoPostgreSQL user (only used if adapter is 'postgres')trapic
TRAPIC_DB_ADAPTERNoDatabase adapter: 'sqlite', 'postgres', or 'mariadb'sqlite
TRAPIC_PG_DATABASENoPostgreSQL database (only used if adapter is 'postgres')trapic
TRAPIC_PG_PASSWORDNoPostgreSQL password (only used if adapter is 'postgres')
TRAPIC_MARIADB_HOSTNoMariaDB host (only used if adapter is 'mariadb')localhost
TRAPIC_MARIADB_PORTNoMariaDB port (only used if adapter is 'mariadb')3306
TRAPIC_MARIADB_USERNoMariaDB user (only used if adapter is 'mariadb')trapic
TRAPIC_ADMIN_PASSWORDNoEnables Admin UI and user management if set
TRAPIC_MARIADB_DATABASENoMariaDB database (only used if adapter is 'mariadb')trapic
TRAPIC_MARIADB_PASSWORDNoMariaDB password (only used if adapter is 'mariadb')

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/trapicAi/trapic-core'

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