Back to Home
typedb icon

typedb-mcp

Verified Safe

by typedb

Overview

Enables AI assistants and other Model Context Protocol (MCP) clients to interact with TypeDB databases via a standardized Python server.

Installation

Run Command
python -m typedb_mcp.server

Environment Variables

  • TYPEDB_HOST
  • TYPEDB_PORT
  • TYPEDB_DATABASE
  • TYPEDB_USERNAME
  • TYPEDB_PASSWORD

Security Notes

The provided source code only includes the README.md, not the actual server implementation files (e.g., server.py, tools/). Therefore, a comprehensive security audit for patterns like 'eval', obfuscation, or malicious code cannot be performed. The server interacts with a database and executes TypeQL queries, which inherently carries a risk of injection if input is not properly sanitized and parameterized in the unseen code. Based on the README alone, no explicit dangerous patterns are visible, and environment variables are used for sensitive connection details, which is a good practice. The score assumes standard secure coding practices are followed in the underlying Python implementation.

Similar Servers

Stats

Interest Score48
Security Score7
Cost ClassMedium
Avg Tokens1
Stars2
Forks1
Last Update2025-11-27

Tags

TypeDBMCPGraph DatabaseAPIPython