Skip to main content
Glama

Axiom

Official
by axiomhq

mcp-서버-공리

Axiom 처리 언어(APL)를 사용하여 AI 에이전트가 데이터를 쿼리할 수 있도록 하는 Axiom모델 컨텍스트 프로토콜 서버 구현입니다.

상태

Claude 데스크톱 앱과 호환됩니다. 두 가지 MCP 도구를 구현합니다.

  • queryApl: Axiom 데이터 세트에 대해 APL 쿼리 실행
  • listDatasets: 사용 가능한 Axiom 데이터 세트 나열

아직 MCP 리소스프롬프트 에 대한 지원이 없습니다.

설치

출시

릴리스 페이지 에서 최신 빌드 바이너리를 다운로드하세요.

원천

지엑스피1

구성

다음 방법 중 하나를 사용하여 구성하세요.

구성 파일 예시(config.txt):

token xaat-your-token url https://api.axiom.co query-rate 1 query-burst 1 datasets-rate 1 datasets-burst 1

명령줄 플래그:

axiom-mcp \ -token xaat-your-token \ -url https://api.axiom.co \ -query-rate 1 \ -query-burst 1 \ -datasets-rate 1 \ -datasets-burst 1

환경 변수:

export AXIOM_TOKEN=xaat-your-token export AXIOM_URL=https://api.axiom.co export AXIOM_ORG_ID=your-org-id export AXIOM_QUERY_RATE=1 export AXIOM_QUERY_BURST=1 export AXIOM_DATASETS_RATE=1 export AXIOM_DATASETS_BURST=1

용법

  1. 구성 파일을 만듭니다.
echo "token xaat-your-token" > config.txt
  1. MCP 서버를 사용하도록 Claude 앱을 구성합니다.
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
{ "mcpServers": { "axiom": { "command": "/path/to/your/axiom-mcp-binary", "args" : ["--config", "/path/to/your/config.txt"], "env": { // Alternatively, you can set the environment variables here "AXIOM_TOKEN": "xaat-your-token", "AXIOM_URL": "https://api.axiom.co", "AXIOM_ORG_ID": "your-org-id" } } } }

특허

MIT 라이선스 - LICENSE 파일 참조

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Axiom 처리 언어(APL)를 사용하여 AI 에이전트가 데이터를 쿼리할 수 있도록 하는 Axiom 용 모델 컨텍스트 프로토콜 서버 구현입니다.

  1. 상태
    1. 설치
      1. 출시
      2. 원천
    2. 구성
      1. 구성 파일 예시(config.txt):
      2. 명령줄 플래그:
      3. 환경 변수:
    3. 용법
      1. 특허

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables AI agents to retrieve and understand entire codebases at once, providing tools to analyze local workspaces or remote GitHub repositories.
          Last updated -
          3
          49
          TypeScript
          MIT License
          • Linux
          • Apple
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server implementation that enables AI assistants to interact with Apollo.io data, performing operations like people/organization enrichment, searching, and retrieving job postings through natural language commands.
          Last updated -
          7
          18
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enhances AI agents by providing deep semantic understanding of codebases, enabling more intelligent interactions through advanced code search and contextual awareness.
          Last updated -
          48
          Python
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.
          Last updated -
          1
          7
          TypeScript
          MIT License

        View all related MCP servers

        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/axiomhq/mcp-server-axiom'

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