Skip to main content
Glama
nuppawat6

gkb-seo-mcp-server

by nuppawat6

gkb-seo-mcp-server v7

Data-driven refactor ของ mcp-GKB-SEO — 20 tools (19 เดิม backward-compatible + gkb_coverage_report)

  • เริ่มอ่านที่: PR_DESCRIPTION.md (RCA 11 flaws + สถาปัตยกรรม + tool-by-tool)

  • ติดตั้ง/ย้ายระบบ: MIGRATION.md

  • แก้พฤติกรรม matcher: แก้ data/*.json — ไม่ต้องแตะโค้ด แล้วรัน gkb_coverage_report

npm install && npm run build && npm test   # 37/37
node dist/src/index.js                     # stdio MCP server

HTTP / URL mode

Build first, then start the Streamable HTTP MCP endpoint:

cd "D:\develop\mcp-GKB SEO\v7"
$env:GKB_SEO_ROOT="D:\develop\mcp-GKB SEO\v7"
npm run build
npm run start:http

URLs:

  • Health check: http://localhost:3000/health

  • MCP endpoint: http://localhost:3000/mcp

Use PORT to change the port:

$env:PORT="3001"
npm run start:http

MCP HTTP clients must send:

Accept: application/json, text/event-stream
Content-Type: application/json

Related MCP server: seo-gaca-mcp

Vercel

This project also includes Vercel serverless adapters:

  • GET /health -> api/health.js

  • POST /mcp -> api/mcp.js

Deploy from the project root:

cd "D:\develop\mcp-GKB SEO\v7"
npm run build
vercel

After deployment:

  • Health check: https://<your-project>.vercel.app/health

  • MCP endpoint: https://<your-project>.vercel.app/mcp

The Vercel deployment uses the bundled KB/, data/, and compiled dist/ folders declared in vercel.json.

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nuppawat6/KmMcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server