HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jngiam1

no profile record

Submissions

MCPs, CLIs, and skills: when to use what?

jngiam.bearblog.dev
9 points·by jngiam1·4 месяца назад·0 comments

Using LaTeX is a great hack for generating PDFs with Claude Code

jngiam.bearblog.dev
2 points·by jngiam1·5 месяцев назад·0 comments

The instruction that turns Claude into a self-improving system

jngiam.bearblog.dev
1 points·by jngiam1·5 месяцев назад·0 comments

Virtual MCP Servers: A Use Case-Driven Solution to Tool Overload

pulsemcp.com
2 points·by jngiam1·8 месяцев назад·0 comments

[untitled]

1 points·by jngiam1·8 месяцев назад·0 comments

comments

jngiam1
·в прошлом месяце·discuss
I totally agree, we’ve been working with enterprises and MCP is the defacto way they are using agents with data.
jngiam1
·2 месяца назад·discuss
We build a gateway (MintMCP) and I’d love to connect and exchange notes.

We’re excited about XAA, it will simplify many flows
jngiam1
·3 месяца назад·discuss
I don't get why everything is not marked as sensitive in env vars by default instead.
jngiam1
·4 месяца назад·discuss
MCP tools. We're doing some MCP bundling and giving it here, pretty cool stuff.
jngiam1
·4 месяца назад·discuss
This is powerful. Combined with MCPs, you can pretty much automate a ton of work.
jngiam1
·4 месяца назад·discuss
We built a very similar thing! Also with git, very nice- if you’re looking for an enterprise ready version of this, hit me up

Love to discuss and see how we can make this more standard
jngiam1
·4 месяца назад·discuss
Honestly, easier with MCP straight up: https://gmail.mintmcp.com/ https://gcal.mintmcp.com/ https://gdocs.mintmcp.com/ https://gsheets.mintmcp.com/

(all pass through)
jngiam1
·4 месяца назад·discuss
Exactly. and even if so, how are you going to safe guard tool access?

Imagine your favorite email provider has a CLI for reading and sending email - you're cool with the agent reading, but not sending. What are you going to do? Make 2 API keys? Make N API keys for each possible tool configuration you care about?

MCPs make this problem simple and easy to solve. CLIs don't.

I don't think OpenClaw will last that long without security solved well - and MCPs seem to be obvious solution, but actively rejected by that community.
jngiam1
·4 месяца назад·discuss
I think if you want background agents with sandboxes and well scoped permissions, you want MCP to be your data protocol and security layer.

If you’re vibing and doing the open claw thing without any security concerns; then you’re absolutely right.
jngiam1
·5 месяцев назад·discuss
The Skills I have for Claude are all based on personal preferences and reflects the setup I have going. It's a way to narrow the probability space to the specific set which works really well for me.
jngiam1
·5 месяцев назад·discuss
i've a simple setup with Claude Code and MCPs; and i get real benefits from better task mgmt, email mgmt, calendar, health/food/fitness tracking, working together with claude on tasks (that go into md files).

i don't think we need ClawdBot, but we do need a way to easily interact with the model such that it can create long term memories (likely as files).
jngiam1
·7 месяцев назад·discuss
The mirror test is cool!
jngiam1
·7 месяцев назад·discuss
Store/ version with git, throw Claude code at it, and it’ll be amazing
jngiam1
·8 месяцев назад·discuss
Lutra is a native code-mode AI agent that: (a) converts all tools into functions available in a coding environment, (b) uses LLMs to produce code that orchestrates across those tools, (c) has a custom stateless code interpreter to make it all work securely and well.
jngiam1
·8 месяцев назад·discuss
There’s too much rage baiting on the internet now; the headlines that take the extreme position get reshared, while the truth is more in the middle.
jngiam1
·8 месяцев назад·discuss
This is the key. MCP encapsulates tools, auth, instructions.

We always need something for that - and it needs to work for non tech users too
jngiam1
·8 месяцев назад·discuss
I hypothesize that these AI agents are all likely higher than human performance now.
jngiam1
·8 месяцев назад·discuss
MCP gateway: https://mintmcp.com

There's an agent monitor which intercepts requests either using a LLM proxy or hooks, that gives you full telemetry into the agents + MCPs used. And a MCP gateway that enables centralized deployment and securing of MCP.
jngiam1
·9 месяцев назад·discuss
I've been hoping that Claude Code on the Web also works with MCPs; so I can start getting it to do things beyond just coding. It's pretty awesome to use Git as a source of memory/tracking what's going on and pull requests as a way to build in a human-in-the-loop review flow.
jngiam1
·9 месяцев назад·discuss
We do have self-hosted options, and are still thinking through OSS strategies. If you've suggestions on that angle, would love to learn / read more.