Universal Source Management System
@YUZongmin
关于 Universal Source Management System
A flexible system for managing various types of sources (papers, books, webpages, etc.) and integrating them with knowledge graphs.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sqlite-literature-management-fastmcp-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"sqlite-lit-mcp",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Universal Source Management System?
A lightweight FastMCP server for managing literature, notes, entity links, and reading-list resources in a local SQLite database. It is designed for researchers and users who need to organize and query their own source library without relying on an external memory graph.
How to use Universal Source Management System?
Create a SQLite database from the provided schema (create_sources_db.sql), then install the FastMCP server with the database path via fastmcp install. Alternatively, run the server as a Docker container with a persistent volume. The server exposes a set of tools and resources for reading, adding, and updating sources, notes, and entity links.
Key features of Universal Source Management System
- Local SQLite-backed source management
- Notes attached to sources
- Entity links between sources and named concepts
- Read-only database inspection tools
- MCP resources for source lookup and reading lists
- Normalized identifier storage with a transitional JSON cache
Use cases of Universal Source Management System
- Managing a personal literature or source database
- Adding and annotating research papers or web pages
- Linking sources to entities such as concepts or authors
- Maintaining reading lists (unread, reading) with status updates
- Batch importing sources with duplicate detection
FAQ from Universal Source Management System
What identifier types are supported?
Supported types: semantic_scholar, doi, arxiv, openalex, pmid, isbn, url.
What entity relation types are available?
Available types: discusses, introduces, extends, evaluates, applies, critiques, supports, contradicts, refutes.
Does Universal Source Management System integrate with MCP Memory Server?
No, it does not integrate with MCP Memory Server or an external memory graph.
How does duplicate handling work during batch import?
Exact identifier matches return a "Source already exists" message. Title-based fuzzy matches warn about potential duplicates. Successful writes return results in input order.
What are the runtime requirements?
The server requires Python with FastMCP installed. It can run locally or as a containerized stdio MCP server via Docker. The database is a local SQLite file.
数据库 分类下的更多 MCP 服务器
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
评论