Agent-Integration-with-MCP-Servers

saksham-jain177/Agent-Integration-with-MCP-Servers

3.2

If you are the rightful owner of Agent-Integration-with-MCP-Servers and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

This project involves designing an intelligent agent that connects to Model Context Protocol (MCP) servers, specifically Notion and GitHub, to retrieve, interpret, and correlate information for answering contextual queries.

Tools

Functions exposed to the LLM to take actions

notion.list_pages

List Notion pages

notion.fetch_page

Fetch a Notion page

notion.query_database

Query a Notion database

github.list_repos

List GitHub repositories

github.fetch_file_content

Fetch file content from GitHub

github.search_code

Search code on GitHub

agent.ingest

Ingest content into vector index

agent.query

Query RAG index and generate answer

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources