Skip to main content
Open Project Settings → MCP Servers to manage MCP configuration for the current workspace. Different repositories can have different server sets.

Manage servers and tools

You can add, remove, enable, or disable a server. Expand an enabled server row to connect to it and discover its available tools. The row shows discovery progress, the tool list, no-tool results, and connection errors. Custom server JSON supports both transports:
  • stdio, with a command and optional arguments
  • http, with a server URL
Aiola validates that the configuration is valid JSON before saving it.

Built-in Aiola MCP tools

The local workspace MCP exposes these ten project-bound tools from the same shared package as the hosted server:
  • get_app_logs — lists grouped production errors and warnings.
  • update_app_log_status — changes the workflow status of one or more log groups.
  • get_feedback — lists end-user bug reports and feature requests.
  • update_feedback — changes the workflow status of a feedback item.
  • get_app_log_events — returns individual events, stack traces, breadcrumbs, and context for one log group.
  • get_analytics_overview — returns dashboard-style summaries, comparisons, timeseries, breakdowns, revenue, journeys, and AI-crawler data.
  • get_analytics — runs one focused analytics pipe for a drill-down such as realtime, funnel, retention, or session events.
  • get_analytics_definitions — reads configured goals and saved funnels with results for the requested period.
  • get_search_keywords — returns Google Search Console and Bing query or page performance.
  • get_indexing_issues — returns Google and Bing indexing and crawl problems with affected URLs.
Hosted tool results attach the widget view only for claude.ai/Claude Desktop and ChatGPT user agents; all other clients receive the plain JSON payload. The local workspace bridge strips the view by default, while the Aiola app renders the same widget from the payload. The hosted server additionally exposes list_projects; the local server omits it because each workspace is bound to one project. If the hosted Aiola server is missing, supported subscription modes can install it again from this page.
GUI Lifetime mode excludes the hosted Aiola MCP row and its install or reinstall action. Third-party MCP servers remain available.