Skip to main content
Glama
Arkel-ai

Attio MCP Server

by Arkel-ai

Setup

  1. Clone the repository:

    git clone <repository-url>
    cd attio-mcp
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install dependencies:

    pip install -r requirements.txt
  4. Configure environment variables: Create a .env file in the project root directory with the following content:

    BASE_URL=https://api.attio.com
    API_KEY=your_attio_api_key_here

    Replace your_attio_api_key_here with your actual Attio API key.

Related MCP server: Attio MCP Server

Running the Server

python main.py

The server will run on http://0.0.0.0:8000 (or as configured in .env). SSE transport is used by default available at http://0.0.0.0:8000/sse, you can change the transport by setting the TRANSPORT ('stdio', 'streamable-http' or 'sse', more info here).

F
license - not found
-
quality - not tested
D
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/Arkel-ai/attio-mcp-server'

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