π¦
Tools Server
MCP server: Tools Server
0 installs
Trust: 37 β Low
Devtools
Installation
npx mcp-tools-serverAsk AI about Tools Server
Powered by Claude Β· Grounded in docs
I know everything about Tools Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Tools Server (Python)
A minimal Model Context Protocol server that exposes three tools:
query_sql(sql)β read-only SQL over a demo SQLite DB.search_docs(q)β search forqacross./data/docs/*.mdand return matching lines.write_note(name, text)β append a note to./data/notes/<name>.mdwith size and path guardrails.
Run
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
mkdir -p data/docs data/notes
python server.py
