Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
SEO AI Assistant
by
ccnn2509
Verified
GitHub
Marketing
Search
JavaScript
4
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
app-seo-ai
scripts
src
docker-compose.yml
Dockerfile
.dockerignore
.env
.env.example
.gitignore
mcp.json
package.json
package-lock.json
README.md
smithery.json
smithery.yaml
{ "name": "SEO AI Tools", "description": "SEO automation and AI-powered optimization with Google Ads Keyword Planner integration", "version": "1.0.0", "repository": "https://github.com/ccnn2509/app-seo-ai", "main": "mcp.json", "scripts": { "start": "node src/index.js", "dev": "nodemon src/index.js" }, "env": { "PORT": "3000", "NODE_ENV": "production", "GOOGLE_ADS_DEVELOPER_TOKEN": "6mEoXl5C5vR0oxlHDhUFQQ" }, "buildCommand": "npm install", "startCommand": "npm start", "healthCheckPath": "/health", "resources": { "cpu": 1, "memory": "512Mi" } }