Skip to main content
Glama
gowtham03-dot

skill-intelligence-agent

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 embeddings

  • Agent layer (app/agent) — Claude tool-calling loop that queries the RAG layer

  • MCP layer (app/mcp) — exposes the same retrieval tool over MCP for external clients

  • API (app/main.py) — FastAPI endpoints: /health, /ingest, /query

  • Deploy — 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 --reload

Docker

docker build -t skill-intelligence-agent .
docker run -p 8000:8000 --env-file .env skill-intelligence-agent

Tests

pytest tests/ -v

Roadmap

  • 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

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Exposes 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
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables semantic search over a local knowledge base using MCP tools, allowing AI clients to retrieve relevant document chunks via the search_knowledge tool.
    15
    2
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP 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

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