Skip to main content
Glama

Senzing MCP Server

by jbutcher21
.env.example862 B
# Senzing SDK Configuration # Copy this file to .env and update with your actual values # Path to Senzing SDK installation (if needed) # SENZING_DIR=/opt/senzing # Engine configuration JSON # This should contain your database connection and other settings SENZING_ENGINE_CONFIGURATION_JSON={"PIPELINE": {"CONFIGPATH": "/etc/opt/senzing", "RESOURCEPATH": "/opt/senzing/g2/resources", "SUPPORTPATH": "/opt/senzing/data"}, "SQL": {"CONNECTION": "sqlite3://na:na@/var/opt/senzing/sqlite/G2C.db"}} # Optional: Instance name for this MCP server # SENZING_INSTANCE_NAME=senzing-mcp-server # Optional: License file path (if using commercial license) # SENZING_LICENSE_PATH=/etc/opt/senzing/g2.lic # Optional: Module name for SDK initialization # SENZING_MODULE_NAME=senzing-mcp # Optional: Verbosity level (0=no logging, higher=more verbose) # SENZING_LOG_LEVEL=0

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/jbutcher21/senzing-mcp-server'

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