Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Notes Server
Claim
by
truaxki
GitHub
Note Taking
Python
MIT License
6
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-notes
src
notes
tools
src/notes/tools/handle_tools.py
src/notes/tools/__init__.py
src/notes/tools/list_tools.py
"""Tools package for note management operations.""" from .list_tools import NotesToolList from .handle_tools import NotesToolHandler __all__ = ['NotesToolList', 'NotesToolHandler']