mcp-notes-assistant

abhy123/mcp-notes-assistant

3.1

If you are the rightful owner of mcp-notes-assistant 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.

The Model Context Protocol (MCP) server is designed to facilitate the integration of local resources with intelligent agents, enabling seamless interaction and data management.

Tools
3
Resources
0
Prompts
0

MCP Notes Server + OpenAI Agent Integration

This repo demonstrates how to integrate a Model Context Protocol (MCP) server with an OpenAI agent. It uses a simple notes_server.py to expose local text files as MCP tools (list_notes, read_note, search_notes) and an OpenAI agent to query them intelligently.

Features

  • MCP Server over stdio → provides note management tools

  • OpenAI Agent Integration → invokes MCP tools automatically based on prompts

  • Tracing Support → monitor execution with OpenAI Traces dashboard

  • Sample Notes → included .txt files (kubernetes.txt, llm.txt, etc.) for testing

image