# AI Agent MCP Servers

- [MCP Agent Architecture](https://whoamimi.gitbook.io/blog/projects/readme-1/ai-agent-mcp-servers/mcp-agent-architecture.md): This document details on Gaby's Agent MCP architecture. This is considered as Gaby's personal action space and allows connections to external platforms and web-browser.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://whoamimi.gitbook.io/blog/projects/readme-1/ai-agent-mcp-servers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
