Offers community support through a Discord server for real-time help and discussions
Offers containerized deployment of the ToolFront MCP server through Docker images
Provides connection to DuckDB databases, allowing AI agents to execute queries and explore DuckDB data
Provides issue tracking and repository hosting for the ToolFront project
Enables GitHub Copilot to connect to your databases, providing context about tables, schemas, and query patterns
Enables connections to MySQL databases, allowing AI agents to query and analyze MySQL data
Provides connection to PostgreSQL databases, allowing AI agents to query and work with PostgreSQL data
Enables connections to Snowflake data warehouses, allowing AI agents to query and analyze Snowflake data
Provides connection to SQLite databases, allowing AI agents to query and analyze SQLite data
Data environments for AI agents
Documentation:
Source code:
Installation
Install toolfront
with pip
or your favorite PyPI package manager.
Quickstart
ToolFront helps you build and deploy environments for AI agents. Think of environments as interactive directories that agents can explore and take actions in.
To add actions to an environment, simply define commands in any markdown header. As agents browse files, they will discover these tools and learn how to use them with the --help
flag.
You can launch browsing sessions with ToolFront's Python SDK, or build your own browsing agent with the MCP. Browsing is always powered by your own models.
Using the SDK
Using MCP
ToolFront comes with six core tools* your agents can use to interact with environments:
run_command
- Execute commands defined in markdown headersread
- Get the content of a specific page or fileglob
- List files matching a patterntree
- View directory structuregrep
* - Find relevant lines that match a regular expressionsearch
* - Find relevant documents containing a list of terms
* grep
ToolFront Cloud
Instantly deploy your environments with ToolFront Cloud.
Would give you a secure environment URL your agents can browse.
Environments deployed to ToolFront Cloud are automatically indexed and get access to grep
and search
tools.
ToolFront Cloud is currently in open beta. To request access, join our Discord or email esteban[at]kruskal[dot]ai
.
Community & Contributing
Discord: Join our community server for real-time help and discussions
X: Follow us @toolfront for updates and news
Issues: Report bugs or request features on GitHub Issues
License
This project is licensed under the terms of the MIT license.
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Securely connects AI agents to multiple databases simultaneously while enabling collaborative learning from team query patterns, all while keeping data private by running locally.
Related MCP Servers
- -securityFlicense-qualityIntegrates with the AgentCraft framework to enable secure communication and data exchange between AI agents, supporting both premade and custom enterprise AI agents.Last updated -1
- -securityFlicense-qualityEnables secure interaction with MySQL databases, allowing AI assistants to list tables, read data, and execute SQL queries through a controlled interface.Last updated -
- -securityAlicense-qualityA powerful server that enables AI agents to interact with MySQL databases, execute SQL queries, and manage database content through a simple interface.Last updated -4396MIT License
- AsecurityAlicenseAqualityEnables AI agents to interact with multiple LLM providers (OpenAI, Anthropic, Google, DeepSeek) through a standardized interface, making it easy to switch between models or use multiple models in the same application.Last updated -15MIT License