Skip to main content
Glama

Insforge MCP Server

by InsForge

run-raw-sql

Execute raw SQL queries with parameters to directly interact with database tables. Admin access required for data modification operations.

Instructions

Execute raw SQL query with optional parameters. Admin access required. Use with caution as it can modify data directly.

Input Schema

NameRequiredDescriptionDefault
apiKeyNoAPI key for authentication (optional if provided via --api_key)
paramsNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "API key for authentication (optional if provided via --api_key)", "type": "string" }, "params": { "type": "array" }, "query": { "minLength": 1, "type": "string" } }, "required": [ "query" ], "type": "object" }

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/InsForge/insforge-mcp'

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