Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meu-fastmcp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Đặng Trần Nguyên Khang
meu-fastmcp
Commits
1929f5b8
Commit
1929f5b8
authored
Mar 02, 2026
by
dangdoan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update stdio
parent
25bf8018
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
128 additions
and
113 deletions
+128
-113
mcp.json
.vscode/mcp.json
+13
-13
memory_mcp_server_stdio.py
memory_mcp_server_stdio.py
+115
-100
No files found.
.vscode/mcp.json
View file @
1929f5b8
//
{
//
"servers"
:
{
//
"asisstant-memory"
:
{
//
"command"
:
"python"
,
//
"args"
:
[
"c:
\\
Work
\\
MeU Solutions
\\
Project
\\
meu-fastmcp
\\
memory_mcp_server.py"
],
//
"type"
:
"stdio"
//
}
//
}
//
}
//Dùng
http
server
thay
vì
stdio
để
dễ
debug
hơn
{
{
"servers"
:
{
"servers"
:
{
"assistant-memory"
:
{
"assistant-memory"
:
{
"type"
:
"http"
,
"command"
:
"python"
,
"url"
:
"http://mcp-dev.meucorp.com"
"args"
:
[
"c:
\\
Work
\\
MeU Solutions
\\
Project
\\
meu-fastmcp
\\
memory_mcp_server_stdio.py"
],
"type"
:
"stdio"
}
}
}
}
}
}
\ No newline at end of file
//Dùng
http
server
thay
vì
stdio
để
dễ
debug
hơn
//
{
//
"servers"
:
{
//
"assistant-memory"
:
{
//
"type"
:
"http"
,
//
"url"
:
"http://localhost:8090"
//
}
//
}
//
}
\ No newline at end of file
memory_mcp_server_stdio.py
View file @
1929f5b8
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment