π
Bookmark Remote Fastmcpserver
fastmcp bookmark server
0 installs
Trust: 34 β Low
Productivity
Ask AI about Bookmark Remote Fastmcpserver
Powered by Claude Β· Grounded in docs
I know everything about Bookmark Remote Fastmcpserver. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
π Bookmark Manager - Remote MCP Server
A simple bookmark manager built as an MCP (Model Context Protocol) server with PostgreSQL backend.
Features
- β Add bookmarks with URL, title, description, and tags
- π Search bookmarks by keyword
- π·οΈ Filter bookmarks by tags
- π View bookmark statistics
- ποΈ Delete bookmarks
Setup
1. Set up PostgreSQL Database
Create a free PostgreSQL database at:
- Neon (Recommended)
- Supabase
- ElephantSQL
2. Configure Environment Variables
Edit .env file and add your database connection string:
DATABASE_URL=postgresql://user:password@host/database
3. Install Dependencies
uv sync
4. Run Locally
uv run main.py
Deploy to FastMCP Cloud
- Push this repository to GitHub
- Go to fastmcp.cloud
- Connect your GitHub repository
- Set environment variable:
DATABASE_URL= your PostgreSQL connection string - Deploy!
Available Tools
add_bookmark(url, title, description, tags)- Add a new bookmarkview_bookmarks(tag, limit)- View all bookmarks or filter by tagsearch_bookmarks(query)- Search bookmarksdelete_bookmark(bookmark_id)- Delete a bookmarkget_stats()- Get bookmark statistics
Example Usage
Add a bookmark: "Save https://fastmcp.cloud as FastMCP Cloud with tags cloud,mcp"
View bookmarks: "Show me all my bookmarks"
Search: "Find bookmarks about python"
Delete: "Delete bookmark with ID 5"
Stats: "Show my bookmark statistics"
