Back to Home
Incredibuild-RND icon

incredibuild-mcp-server

Verified Safe

by Incredibuild-RND

Overview

An MCP server enabling AI assistants to query IncrediBuild build history from local SQLite databases.

Installation

Run Command
docker run -i --rm -v /path/to/your/db/folder:/data ghcr.io/incredibuild-rnd/incredibuild-mcp-server:v0.1.0

Environment Variables

  • IB_DB_DIR

Security Notes

The server operates using stdio transport, reducing direct network exposure from the application itself. It performs read-only operations on a local SQLite database, and database file path resolution includes basic validation. No 'eval' or hardcoded secrets were found. SQL queries are parameterized for timestamps, reducing injection risk. The primary security concern would be ensuring the integrity of the `BuildHistoryDB.db` file and the `IB_DB_DIR` environment variable.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens2500
Stars0
Forks0
Last Update2025-12-10

Tags

IncrediBuildBuild HistoryMCP ServerAI IntegrationSQLite