Skip to main content
Glama

Inkeep MCP Server

Official
by inkeep

mcp-서버-파이썬

귀하의 문서와 제품 콘텐츠를 기반으로 하는 Inkeep MCP Server입니다.

종속성

  • RAG를 관리하고 제공하기 위한 Inkeep 계정
  • uv 파이썬 프로젝트 매니저

로컬 설정

지엑스피1

이후 단계에서 <YOUR_INKEEP_MCP_SERVER_ABSOLUTE_PATH> 로 참조되는 프로젝트의 전체 경로를 기록해 둡니다.

API 키 받기

  1. Inkeep 대시보드 에 로그인하세요
  2. 프로젝트 섹션으로 이동하여 프로젝트를 선택하세요.
  3. 통합 탭을 엽니다
  4. 통합 만들기를 클릭하고 옵션에서 API를 선택하세요.
  5. 새로운 API 통합에 대한 이름을 입력하세요.
  6. 만들기 를 클릭하세요
  7. API 요청을 인증하는 데 사용할 수 있는 생성된 API 키가 나타납니다.

이후 단계에서는 이 API 키를 <YOUR_INKEEP_API_KEY> 라고 부르겠습니다.

MCP 클라이언트에 추가

가이드의 단계에 따라 Claude Dekstop을 설정하세요.

claude_desktop_config.json 파일에서 다음 항목을 mcpServers 에 추가합니다.

{ "mcpServers": { "inkeep-mcp-server": { "command": "uv", "args": [ "--directory", "<YOUR_INKEEP_MCP_SERVER_ABSOLUTE_PATH>", "run", "-m", "inkeep_mcp_server" ], "env": { "INKEEP_API_BASE_URL": "https://api.inkeep.com/v1", "INKEEP_API_KEY": "<YOUR_INKEEP_API_KEY>", "INKEEP_API_MODEL": "inkeep-rag", "INKEEP_MCP_TOOL_NAME": "search-product-content", "INKEEP_MCP_TOOL_DESCRIPTION": "Retrieves product documentation about Inkeep. The query should be framed as a conversational question about Inkeep." } }, } }

명령 필드에 uv 실행 파일의 전체 경로를 입력해야 할 수도 있습니다. MacOS/Linux에서는 which uv , Windows에서는 where uv 실행하여 경로를 확인할 수 있습니다.

-
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.

Inkeep의 API를 통해 Claude를 귀하의 문서에 연결하는 서버로, AI 기반 상호 작용을 통해 귀하의 문서 콘텐츠와 상호 작용할 수 있습니다.

  1. 종속성
    1. 로컬 설정
      1. API 키 받기
        1. MCP 클라이언트에 추가

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.
        Last updated -
        7
        TypeScript
      • A
        security
        F
        license
        A
        quality
        A server that enables Claude Desktop users to access the Claude API directly, allowing them to bypass Professional Plan limitations and use advanced features like custom system prompts and conversation management.
        Last updated -
        1
        5
        Python
        • Apple
      • A
        security
        A
        license
        A
        quality
        A custom MCP tool that integrates Perplexity AI's API with Claude Desktop, allowing Claude to perform web-based research and provide answers with citations.
        Last updated -
        1
        2
        JavaScript
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        An MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.
        Last updated -
        Python

      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/inkeep/mcp-server-python'

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