← Back to browse

AI-Portal Enterprise GenAI Briefing

Indexed by ai.ai-portal

About

Live AI data for agents: model releases, regulations (EU AI Act), GenAI glossary, daily news.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http ai-portal https://www.ai-portal.ai/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ai-portal","type":"http","url":"https://www.ai-portal.ai/mcp"}'
JSON
{
  "mcpServers": {
    "ai-portal": {
      "url": "https://www.ai-portal.ai/mcp"
    }
  }
}