W
Webflow Application Documentation Development With Mcps
by @Gmpho
MCP server by Gmpho
Created 10/2/2025
Updated 2 months ago
README
Repository documentation and setup instructions
AG Automation Webflow Project This repository contains the Webflow project for AG Automation, a business specializing in automation, DevOps applications, and AI solutions for SMEs.
Project Documentation Detailed documentation for this project, including business logic, SEO strategy, site structure, roadmap, MCP integration, API integrations, and custom code, can be found in the ./docs directory.
Getting Started (Further instructions on how to get started with the project will be added here as needed.)
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/Gmpho/webflow-application-documentation--Development-with-Mcps
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"gmpho-webflow-application-documentation-development-with-mcps": {
"command": "git",
"args": [
"clone",
"https://github.com/Gmpho/webflow-application-documentation--Development-with-Mcps"
]
}
}
}