
mcp thoughtful prompts
Some thoughtful prompts to make day-to-day life easier when working with LLMs
Repository Info
About This Server
Some thoughtful prompts to make day-to-day life easier when working with LLMs
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
# tech.unravel/mcp-thoughtful-prompts
I'm an MCP server preparing thoughtful prompts for quick use!
All the available prompts are defined in the [prompts.edn](resources/tech/unravel/prompts.edn) file, and we'd love it if you add your own favorite prompts to the mix.
EDN is a language similar to JSON, but with tighter integration in Clojure. Adding a new prompt is as simple as copying an existing prompt definition and adding it to the bottom of the file. Running `make test` will validate the prompt-definition for you.
Currently, we provide the following prompts: (See the [prompts.edn](resources/tech/unravel/prompts.edn) file for more details)
```
("ebm-sort"
"explain-code-repo"
"summarize-article"
"learn-from-top-posts-this-week")
```
## Usage
### Building the Uberjar
1. `make clean && make build`
### Running the MCP server
Some example commands you can try in Claude Desktop or Inspector:
1. Visualize this data for me using ...
2. Add the prompts you would use to test your server in this section
#### Before running the MCP server
Remember:
1. Replace the full-path to the `tech.unravel/mcp-thoughtful-prompts` JAR with the correct path on your system (i.e. replace `/Users/vedang/repo-name` below with the correct path)
2. Other notes specific to your server should go here.
#### In Claude Desktop
```json
"thoughtful_prompts": {
"command": "java",
"args": [
"-Dclojure.tools.logging.factory=clojure.tools.logging.impl/log4j2-factory",
"-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.Slf4jLog",
"-Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector",
"-Dlog4j2.configurationFile=log4j2-mcp.xml",
"-Dbabashka.json.provider=metosin/jsonista",
"-Dlogging.level=INFO",
"-cp",
"/Users/vedang/repo-name/target/tech.unravel/mcp-thoughtful-prompts-0.2.0.jar",
"tech.unravel.mcp-thoughtful-prompts"
]
}
```
#### In MCP Inspector
Remember to use the full-path to the `tech.unravel/mcp-thoughtful-prompts` JAR on your system.
```shell
npx @modelcontextprotocol/inspector java -Dclojure.tools.logging.factory=clojure.tools.logging.impl/log4j2-factory -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.Slf4jLog -Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector -Dlog4j2.configurationFile=log4j2-mcp.xml -Dbabashka.json.provider=metosin/jsonista -Dlogging.level=INFO -cp /Users/vedang/repo-name/target/tech.unravel/mcp-thoughtful-prompts-0.2.0.jar tech.unravel.mcp-thoughtful-prompts
```
## License
Copyright © 2025 Unravel Experts Pvt Ltd Engineering
Distributed under the MIT License
Quick Start
Clone the repository
git clone https://github.com/unravel-team/mcp-thoughtful-promptsInstall dependencies
cd mcp-thoughtful-prompts
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.