Agent Knowledge
@Ddhjx-code
关于 Agent Knowledge
AI agent面试skill,可以模拟面试过程
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"interview-rag": {
"command": "uvx",
"args": [
"mcp-server-interview-rag"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Agent Knowledge?
Agent Knowledge is an MCP (Model Context Protocol) server that powers AI Agent job interview simulations with a RAG knowledge base. It integrates FAISS vector search and a Chinese embedding model (BAAI/bge-base-zh-v1.5) to provide semantic retrieval from the hello-agents tutorial and Agent-Learning-Hub external resources. It is designed for developers preparing for AI Agent technical interviews.
How to use Agent Knowledge?
Install dependencies (pip install -r interview_rag_server/requirements.txt), build the FAISS index by running the provided scripts, then configure the MCP server in .claude/settings.json. Use it through Claude Code’s /interview skill; no direct invocation is needed.
Key features of Agent Knowledge
- Semantic knowledge retrieval via FAISS vector index (1086 vectors, 768-dim)
- Three MCP tools:
search_knowledge,get_interview_questions,get_learning_path - Uses
BAAI/bge-base-zh-v1.5for Chinese embeddings - Knowledge sources include 16-chapter tutorial and 90+ external resources
- Zero-infrastructure, single-file persistence for vector store
Use cases of Agent Knowledge
- Real-time knowledge lookup during AI Agent mock interviews
- Dynamically retrieving interview questions based on candidate’s weak topics
- Generating personalized learning paths for interview preparation
FAQ from Agent Knowledge
What dependencies are required?
Python packages: fastmcp>=2.0.0, faiss-cpu>=1.7.4, sentence-transformers>=2.2.0.
How is the knowledge base built?
Run python -m interview_rag_server.knowledge_base.build_index after cloning two source repos and fetching web sources. The index is created under interview_rag_server/data/.
Where is the data stored?
The FAISS index (faiss_index.bin) and metadata (metadata.json) reside in the interview_rag_server/data/ directory.
What parameters does search_knowledge accept?
It accepts query (required), topic (optional), and top_k (optional).
Can Agent Knowledge run offline?
Yes, set the environment variable HF_HUB_OFFLINE=1 and ensure the embedding model is cached locally.
AI 与智能体 分类下的更多 MCP 服务器
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
评论