You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a much bigger project, but honestly, needed to take a break from that. It has been a grind. I have burned many early mornings on that.
151
231
@@ -162,7 +242,8 @@ So as a break, I have wanted to explore building my own MCP server and templatiz
162
242
-[Personalized Study Guide](#personalized-study-guide)
163
243
-[Context](#context)
164
244
-[Why?](#why)
165
-
-[MCP](#mcp)
245
+
-[`yourname-mcp`](#yourname-mcp)
246
+
-[Demo](#demo)
166
247
-[Security](#security)
167
248
-[Rust](#rust)
168
249
-[Conclusion](#conclusion)
@@ -263,9 +344,30 @@ Yeah so this was something my PM girlfriend asked me almost immediately. Why do
263
344
1. I thought it would be a useful thing to templatize and set up some infrastructure so less technical users could `git clone <repo> && ./run-install.sh` and that would ask them a couple of questions, analyze their resume, convert it into markdown, they could write some markdown to provide more context, and then boom, they could also publish it and others could use it if they wanted.
264
345
1. As stated previously, I needed a break from my other project.
265
346
266
-
Ok so that's enough of that. I hope that explains the motivation.
347
+
And if you're thinking like _well, what about Claude memory or ChatGPT memory?_, I'm really not a fan of that. I don't think Simon Willison is either. And I don't trust it to not sycophant it up or pull information that perhaps I don't want for the questions I'm asking.
267
348
268
-
# MCP
349
+
Hopefully, that's enough rationale for personal motivation.
350
+
351
+
# `yourname-mcp`
352
+
353
+
This is hopefully your template of interest. The point is that this has enough scaffolding that you can run the install script, populate a couple markdown files, upload to PYPI and then you're off and running. There will be more info in the actuall repo [here][yourname-mcp].
@@ -293,10 +395,11 @@ Rust was my favorite to implement, although the code structure is perhaps not as
293
395
294
396
# Conclusion
295
397
296
-
If you like this, or think it will be useful, please check out the basically templated repo `yourname-mcp` where the install script will walk you through
398
+
If you like this, or think it will be useful, please check out the basically templated repo `yourname-mcp` where the `README.md`will walk you through what you need to do! Always feel free to email or leave comments if need be.
0 commit comments