{
"mcpServers": {
"mcp-server-prototype": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 379 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation,compaitable with react,svelte 5,vue & React Native
AI-powered brand identity generation via MCP with design tokens, typography, and logo assets.
I Ching hexagram analysis and geographic feng shui for Taiwan locations
Peekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Prototype and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server that provides resources for accessing file metadata and content.
The Filesystem MCP Server is a Model Context Protocol (MCP) server that provides resources for accessing file metadata and content. It allows clients to retrieve information about files and directories, as well as read the content of files.
The server provides the following resources:
file://metadata/{path} - Get metadata for a file or directoryfile://content/{path} - Get content of a fileFor more information, see the resources documentation.
The server provides the following tools:
list_files - List files in a directoryFor more information, see the tools documentation.
mvn clean package
This will create an executable JAR file in the target directory.
java -jar target/filesystem-mcp-1.0-SNAPSHOT-jar-with-dependencies.jar
The server uses a layered architecture:
The server uses Spring Framework for dependency injection, which provides:
@PostConstruct and @PreDestroyThis project is licensed under the MIT License - see the LICENSE file for details.