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
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ToolFront MCP Serverconnect to our PostgreSQL analytics database and show me the top 5 customers by revenue this month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ToolFront
Turn your data into shareable LLM apps in minutes. All in pure Markdown. Zero boilerplate.
Documentation:
Source code:
ToolFront is a declarative framework for building modular LLM applications in Markdown.
Example
Create it
Start with one file: README.md
Serve it
Run your app locally:
Note: Runs on
http://127.0.0.1:8000
Ask it
Include the app URL in your prompts:
For custom agents, add an HTTP request tool:
Related MCP server: MySQL MCP Server
Complex example
Upgrade it
Your app can grow into a full project:
Update README.md with CLI tools to progressively discover and read other files:
Compose it
Add pages and CLI tools for different workflows:
Note: replace the API with your own (e.g., Pinecone, Weaviate, Qdrant)
Note: use your own database CLI (e.g.,
mysql,sqlite3,mongosh).
Note: apps can include any file type (e.g.
.csv,.sqlite,.json)
Deploy it
Create a free Statespace account to deploy authenticated private apps:
Alternatively, share public apps with the community:
Note Statespace gives you app URLs you can paste in prompts and instructions.
Installation
Install toolfront with your favorite PyPI package manager:
Community & Contributing
Discord: Join our community server for real-time help and discussions
X: Follow us @statespace_tech 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.