skill-intelligence-agent
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@skill-intelligence-agentWhat skills are most relevant for a software engineer role?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Skill Intelligence Agent
A RAG-powered agent that answers questions about skills/roles by retrieving from a vector knowledge base and reasoning over it with tool-calling, exposed both as a REST API and as an MCP server.
Architecture
RAG layer (
app/rag) — Chroma vector store + sentence-transformer embeddingsAgent layer (
app/agent) — Claude tool-calling loop that queries the RAG layerMCP layer (
app/mcp) — exposes the same retrieval tool over MCP for external clientsAPI (
app/main.py) — FastAPI endpoints:/health,/ingest,/queryDeploy — Dockerized, deployed to AWS, CI/CD via GitHub Actions
Related MCP server: kb-mcp-server
Local development
pip install -r requirements.txt
cp .env.example .env # add your ANTHROPIC_API_KEY
uvicorn app.main:app --reloadDocker
docker build -t skill-intelligence-agent .
docker run -p 8000:8000 --env-file .env skill-intelligence-agentTests
pytest tests/ -vRoadmap
RAG pipeline (ingest + retrieve)
Agent tool-calling loop
MCP server exposing retrieval as a tool
Dockerfile
CI/CD (test + build + push)
AWS deployment (ECS/Lambda)
Auth + rate limiting
Demo UI / recorded walkthrough
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 Connectors
CareerProof MCP gives AI agents direct access to a professional-grade career and workforce intelligence platform. Two namespaces: atlas_* for HR/TA teams (candidate evaluation, batch shortlisting, competency scoring, interview generation, JD analysis, custom eval frameworks, research reports) and ceevee_* for professionals (CV optimization, career positioning, salary intelligence, market reports). Backed by RAG knowledge from 50+ premium research sources (McKinsey, BCG, HBR, Gartner, WEF)
Search & install 6,500+ AI agent skills from skills-hub.ai inside any MCP tool.
Make your knowledge agent-ready. One MCP endpoint, 5 connectors, 3 search modes.
Sharebench — search & pull AI skills, agents, prompts & playbooks (SKILL.md) into any MCP client
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceExposes retrieval capabilities of two RAG systems as authenticated MCP tools, allowing any MCP client to perform graph-augmented and hybrid retrieval with JWT auth.1
- AlicenseNot gradedqualityBmaintenanceEnables semantic search over a local knowledge base using MCP tools, allowing AI clients to retrieve relevant document chunks via the search_knowledge tool.152MIT
- FlicenseNot gradedqualityCmaintenanceEnables querying company knowledge base using RAG, providing accurate answers from internal documents via MCP.
- FlicenseNot gradedqualityCmaintenanceMCP bridge to a multimodal RAG service, enabling hybrid search and Q&A over documents with tools for knowledge base queries and health checks.
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/gowtham03-dot/skill-intelligence-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server