leafo/lapis-mcp
If you are the rightful owner of lapis-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Lapis MCP is a Model Context Protocol server designed for the Lapis web framework, providing AI agents with detailed information about the current Lapis application.
Lapis MCP is a specialized server that integrates with the Lapis web framework to offer a Model Context Protocol (MCP) interface. This server is designed to facilitate communication between AI agents and the Lapis application by providing essential information about the application's structure and components. By leveraging the MCP server, developers can easily access a list of all named routes, models, and database tables within their Lapis application. Additionally, the server can provide detailed schema information for specific models, making it a valuable tool for developers who need to understand and interact with the application's data architecture. The server operates over standard input and output streams, allowing it to be connected to any MCP client, thus offering flexibility and ease of integration into various development environments.
Features
- Lists all named routes and their URLs
- Lists all models/database tables in the application
- Shows detailed schema for specific models
Usages
usage with stdio
bash lapis mcp
Tools
routes
Lists all named routes in your Lapis application with their URL patterns
models
Lists all models/database tables defined in your application
schema <model_name>
Shows the database schema for a specific model