Developers

Connect Cursor via MCP

Feed Forge is a remote MCP server. Add the endpoint once in Cursor, then the agent can draft social posts, suggest hashtags, and help with coding, live streaming, and cloud work.

MCP endpoint

https://feedforgeai.com/api/mcp

~/.cursor/mcp.json

{
  "mcpServers": {
    "feed-forge": {
      "url": "https://feedforgeai.com/api/mcp"
    }
  }
}
1

Open Cursor MCP settings

In Cursor: Settings → Cursor Settings → MCP. Click New MCP Server to open mcp.json.

2

Add the Feed Forge URL

Paste the JSON below (or click Add to Cursor). Cursor talks to this URL with Streamable HTTP — no npx, no local process.

3

Save and enable

Save the file. Feed Forge should show as connected. If it stays red, restart Cursor and check MCP Logs in the Output panel.

4

Use it in Agent chat

Ask: “Draft an Instagram post about our launch using Feed Forge” or “Suggest hashtags for a live streaming product.”

Tools after connecting

  • get_platform_info — what Feed Forge covers
  • draft_social_post — captions, hashtags, CTA by platform
  • suggest_hashtags — categorized hashtag sets
  • coding_assist — code, streaming servers, and cloud questions

Project-only config: .cursor/mcp.json. All projects: ~/.cursor/mcp.json. This page is linked from the site footer only.