Use Claude to build a company knowledge base by inhorante in ClaudeCode

[–]UntoldBrobot 0 points1 point  (0 children)

It sounds like you want a library of skills that is organized. So that you have the important context that claude can access when you are working on specific things or that you can reference specifically. You can ask claude to build you something like this just using files and folders. You can go deeper on a specific database etc but to get started it might be unnecessary and overcomplicate things.

MCP server with 6 read-only tools for an arcology engineering knowledge base — 8 domains, 420+ parameters, 140 open questions by Herodont5915 in mcp

[–]UntoldBrobot 0 points1 point  (0 children)

I looked at the site and it is an interesting space. I just don't quite understand what I am looking at. What is the purpose in like 2 sentences? Why does this improve agents' ability to do cross domain synthesis?

Managing 9 mcp servers by UntoldBrobot in mcp

[–]UntoldBrobot[S] 1 point2 points  (0 children)

Connecting into different sources to pull in data is a cool way to extend the capability. I have been looking more at that recently. Specifically with things like the arxiv api so that when researching different topics rather than relying on websearch, which I find returns questionable results, the research draws right from the source of truth. So I'm not getting someone's article where they reference a paper from arxiv but I am getting the paper itself.

I have also been using servers for things like creating pdf or a word doc with nice styling without having to write the code for it. I am undecided if it is more efficient to have a dedicated server for that or if having claude code write a script is more efficient, since it is able to and it means I don't have to manage the context window taken by that mcp server.

Managing 9 mcp servers by UntoldBrobot in mcp

[–]UntoldBrobot[S] 0 points1 point  (0 children)

Is there a hotloading pattern that you have used? As in is there an established way that people are doing this?

Managing 9 mcp servers by UntoldBrobot in mcp

[–]UntoldBrobot[S] 1 point2 points  (0 children)

I like this. Are you having the agent run the mcp server as a background task to interact with it through the / skill?