Inkeep MCP Server
Officialmcp-서버-파이썬
귀하의 문서와 제품 콘텐츠를 기반으로 하는 Inkeep MCP Server입니다.
종속성
로컬 설정
지엑스피1
이후 단계에서 <YOUR_INKEEP_MCP_SERVER_ABSOLUTE_PATH> 로 참조되는 프로젝트의 전체 경로를 기록해 둡니다.
API 키 받기
Inkeep 대시보드 에 로그인하세요
프로젝트 섹션으로 이동하여 프로젝트를 선택하세요.
통합 탭을 엽니다
통합 만들기를 클릭하고 옵션에서 API를 선택하세요.
새로운 API 통합에 대한 이름을 입력하세요.
만들기 를 클릭하세요
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 실행하여 경로를 확인할 수 있습니다.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.Last updated10
- Alicense-qualityDmaintenanceA simple server that integrates with Claude to allow querying and manipulating Notion pages and databases through natural language prompts.Last updated1,461MIT

Needle MCP Serverofficial
AlicenseAqualityDmaintenanceA server that allows users to manage documents and perform Claude-powered searches using Needle through the Claude Desktop application.Last updated6799MIT- FlicenseAqualityDmaintenanceA server that enables Claude to search and access documentation from popular libraries like LangChain, LlamaIndex, and OpenAI directly within conversations.Last updated13
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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